diff options
author | jbj <devnull@localhost> | 2002-04-11 16:55:19 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-11 16:55:19 +0000 |
commit | 2404e8d91895eae6913b9181094e6ef1f3c47ed0 (patch) | |
tree | 02db6f534d1c4daf10930c1733783e1a74b16aaa /lib/rpmfi.c | |
parent | bd2f1e9543e175e9b1c07e308da38d39807ccabd (diff) | |
download | librpm-tizen-2404e8d91895eae6913b9181094e6ef1f3c47ed0.tar.gz librpm-tizen-2404e8d91895eae6913b9181094e6ef1f3c47ed0.tar.bz2 librpm-tizen-2404e8d91895eae6913b9181094e6ef1f3c47ed0.zip |
- rescusitate --rebuild.
CVS patchset: 5389
CVS date: 2002/04/11 16:55:19
Diffstat (limited to 'lib/rpmfi.c')
-rw-r--r-- | lib/rpmfi.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/rpmfi.c b/lib/rpmfi.c index 2b332af95..f2970b013 100644 --- a/lib/rpmfi.c +++ b/lib/rpmfi.c @@ -7,7 +7,10 @@ #include "fsm.h" /* XXX newFSM and CPIO_MAP_* */ -#include "depends.h" +#include "rpmfi.h" +#include "rpmte.h" +#include "rpmts.h" + #include "misc.h" /* XXX stripTrailingChar */ #include "debug.h" |