diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:39:29 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:39:29 +0100 |
commit | 60939d6985e007d55a81b12f98173b5bbe4d31e8 (patch) | |
tree | 4462e0d5e64bced00b2bb2df82af1248ea387810 /lib/rpmlead.c | |
parent | e8aa138e987e5989d6b22696ebd7d37e2d76c63a (diff) | |
download | rpm-60939d6985e007d55a81b12f98173b5bbe4d31e8.tar.gz rpm-60939d6985e007d55a81b12f98173b5bbe4d31e8.tar.bz2 rpm-60939d6985e007d55a81b12f98173b5bbe4d31e8.zip |
Expand private include file names to be relative to $(top_srcdir)
Diffstat (limited to 'lib/rpmlead.c')
-rw-r--r-- | lib/rpmlead.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c index eb51d24c9..bf1007fa1 100644 --- a/lib/rpmlead.c +++ b/lib/rpmlead.c @@ -8,8 +8,8 @@ #include <rpmlib.h> -#include "signature.h" -#include "rpmlead.h" +#include "lib/signature.h" +#include "lib/rpmlead.h" #include <rpmlog.h> #include "debug.h" |