summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 11:48:18 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 11:48:18 +0100
commitc78e4767c217c20ac2b9895cad4aa918160179cf (patch)
tree554b55852e1b08a48e7b250fc82f46293767824f
parent38560be92b1a8b5782d5637cede4a74ddec35dc6 (diff)
downloadrpm-c78e4767c217c20ac2b9895cad4aa918160179cf.tar.gz
rpm-c78e4767c217c20ac2b9895cad4aa918160179cf.tar.bz2
rpm-c78e4767c217c20ac2b9895cad4aa918160179cf.zip
Expand private include file names to be relative to $(top_srcdir)
-rw-r--r--rpmqv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmqv.c b/rpmqv.c
index 6c0e154d1..ba7506069 100644
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -15,7 +15,7 @@ const char *__progname;
#include <rpmbuild.h>
#include <rpmdb.h>
-#include "rpmdb_internal.h" /* XXX for freeing dbiTags */
+#include "rpmdb/rpmdb_internal.h" /* XXX for freeing dbiTags */
#include <rpmps.h>
#include <rpmts.h>
@@ -26,7 +26,7 @@ const char *__progname;
#endif
#if defined(IAM_RPMBT) || defined(IAM_RPMK)
-#include "signature.h"
+#include "lib/signature.h"
#endif
#include "debug.h"