diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:47:48 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:47:48 +0100 |
commit | 38560be92b1a8b5782d5637cede4a74ddec35dc6 (patch) | |
tree | e3ed17d5f40f26b017636608c441be64b1388444 /tools/rpmgraph.c | |
parent | 71aabbde880f6c0895e4a45c2650839bd4973a71 (diff) | |
download | rpm-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/rpmgraph.c')
-rw-r--r-- | tools/rpmgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rpmgraph.c b/tools/rpmgraph.c index db73f82a3..e1e7110e7 100644 --- a/tools/rpmgraph.c +++ b/tools/rpmgraph.c @@ -11,7 +11,7 @@ const char *__progname; #include <rpmlog.h> #include <rpmfileutil.h> -#include "manifest.h" +#include "lib/manifest.h" #include "debug.h" static int noDeps = 1; |