summaryrefslogtreecommitdiff
path: root/tools/dump.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 11:47:48 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 11:47:48 +0100
commit38560be92b1a8b5782d5637cede4a74ddec35dc6 (patch)
treee3ed17d5f40f26b017636608c441be64b1388444 /tools/dump.c
parent71aabbde880f6c0895e4a45c2650839bd4973a71 (diff)
downloadrpm-38560be92b1a8b5782d5637cede4a74ddec35dc6.tar.gz
rpm-38560be92b1a8b5782d5637cede4a74ddec35dc6.tar.bz2
rpm-38560be92b1a8b5782d5637cede4a74ddec35dc6.zip
Expand private include file names to be relative to $(top_srcdir)
Diffstat (limited to 'tools/dump.c')
-rw-r--r--tools/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dump.c b/tools/dump.c
index 445c065d1..d1b2bc232 100644
--- a/tools/dump.c
+++ b/tools/dump.c
@@ -2,7 +2,7 @@
const char *__progname;
#include <rpmlib.h>
-#include "header_internal.h"
+#include "rpmdb/header_internal.h"
#include "debug.h"
int main(int argc, char *argv[])