diff options
author | jbj <devnull@localhost> | 2005-01-17 23:58:09 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-01-17 23:58:09 +0000 |
commit | 217c588baacf213a4570ee13e27477683baa3e88 (patch) | |
tree | 693227cc46d5576aa50746e5a195d5cea0373537 /tools/dump.c | |
parent | cd3d87df20647dc49e9091115a4e78922387ceb0 (diff) | |
download | rpm-217c588baacf213a4570ee13e27477683baa3e88.tar.gz rpm-217c588baacf213a4570ee13e27477683baa3e88.tar.bz2 rpm-217c588baacf213a4570ee13e27477683baa3e88.zip |
Build on macosx.
CVS patchset: 7701
CVS date: 2005/01/17 23:58:09
Diffstat (limited to 'tools/dump.c')
-rw-r--r-- | tools/dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dump.c b/tools/dump.c index 584372fab..e66d13e71 100644 --- a/tools/dump.c +++ b/tools/dump.c @@ -1,4 +1,5 @@ #include "system.h" +const char *__progname; #include <rpmlib.h> #include "header_internal.h" |