summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-08 20:45:59 +0000
committerjbj <devnull@localhost>2001-06-08 20:45:59 +0000
commit03f527390168680d98f13ada0dbf6be4cd17dc9c (patch)
tree775e83d8fc7532376766381fb94496b3dec6f31d /build.c
parent7bf9296288c38f3bf82ec38481738101bf063981 (diff)
downloadrpm-03f527390168680d98f13ada0dbf6be4cd17dc9c.tar.gz
rpm-03f527390168680d98f13ada0dbf6be4cd17dc9c.tar.bz2
rpm-03f527390168680d98f13ada0dbf6be4cd17dc9c.zip
- fix: QUERY_FOR_LIST file count clobbered.
- create top level rpmcli API, factor top level modes into popt tables. - popt: add POPT_BIT_SET/POPT_BIT_CLR to API. - autogen.sh checks for latest libtool-1.4 and automake-1.4-p2. - rpm --verify reports failure(s) if corresponding tag is not in header. - rpm --verify honors %config(missingok), add -v for legacy behavior. CVS patchset: 4852 CVS date: 2001/06/08 20:45:59
Diffstat (limited to 'build.c')
-rw-r--r--build.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.c b/build.c
index eba1aee13..86ef8b768 100644
--- a/build.c
+++ b/build.c
@@ -4,6 +4,7 @@
#include "system.h"
+#include <rpmcli.h>
#include <rpmbuild.h>
#include <rpmurl.h>