diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:43:51 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:43:51 +0100 |
commit | f103adbb269ff7b69b2bedca0e7ec6476ab42d82 (patch) | |
tree | 6d1ef93924d8183b6b5e9e49e740cae5bb62a3af /rpmdb/fprint.c | |
parent | b1c0f900aa6879b6f337bd26b2fe425741f3548c (diff) | |
download | librpm-tizen-f103adbb269ff7b69b2bedca0e7ec6476ab42d82.tar.gz librpm-tizen-f103adbb269ff7b69b2bedca0e7ec6476ab42d82.tar.bz2 librpm-tizen-f103adbb269ff7b69b2bedca0e7ec6476ab42d82.zip |
Expand private include file names to be relative to $(top_srcdir)
Diffstat (limited to 'rpmdb/fprint.c')
-rw-r--r-- | rpmdb/fprint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmdb/fprint.c b/rpmdb/fprint.c index ca65c95a1..0a6359014 100644 --- a/rpmdb/fprint.c +++ b/rpmdb/fprint.c @@ -4,10 +4,10 @@ #include "system.h" -#include "rpmdb_internal.h" +#include "rpmdb/rpmdb_internal.h" #include <rpmfileutil.h> /* for rpmCleanPath */ -#include "fprint.h" +#include "rpmdb/fprint.h" #include "debug.h" fingerPrintCache fpCacheCreate(int sizeHint) |