diff options
author | jbj <devnull@localhost> | 2001-10-25 01:36:32 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-25 01:36:32 +0000 |
commit | f03b462b1ef0ad128b7732c0492eefeff9c2248e (patch) | |
tree | 712adf7fee56f1b6510c3bf170d35e43d37d48f5 /build/rpmbuild.h | |
parent | cdeb78fb1a97bee2778e873725fe452ba5d79786 (diff) | |
download | rpm-f03b462b1ef0ad128b7732c0492eefeff9c2248e.tar.gz rpm-f03b462b1ef0ad128b7732c0492eefeff9c2248e.tar.bz2 rpm-f03b462b1ef0ad128b7732c0492eefeff9c2248e.zip |
- legacy signatures always checked on -qp and -Vp.
CVS patchset: 5133
CVS date: 2001/10/25 01:36:32
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index aef25de0f..78cf189a1 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -6,7 +6,7 @@ * This is the *only* module users of librpmbuild should need to include. */ -#include "rpmlib.h" +#include <rpmcli.h> /* and it shouldn't need these :-( */ #include "stringbuf.h" |