diff options
author | jbj <devnull@localhost> | 2002-04-13 01:28:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-13 01:28:20 +0000 |
commit | 46bbc20b324f456a9ff104f5e7300215950fb6c9 (patch) | |
tree | 868c53f9c61a2bf79ebf3a4928fb952628c72a91 /lib/cpio.c | |
parent | 8edea74bb45267034d2e4eb3e39e2883824e03ce (diff) | |
download | librpm-tizen-46bbc20b324f456a9ff104f5e7300215950fb6c9.tar.gz librpm-tizen-46bbc20b324f456a9ff104f5e7300215950fb6c9.tar.bz2 librpm-tizen-46bbc20b324f456a9ff104f5e7300215950fb6c9.zip |
- use rpmdb-redhat to suggest dependency resolution(s).
CVS patchset: 5401
CVS date: 2002/04/13 01:28:20
Diffstat (limited to 'lib/cpio.c')
-rw-r--r-- | lib/cpio.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/cpio.c b/lib/cpio.c index c090d3a18..eef9e8463 100644 --- a/lib/cpio.c +++ b/lib/cpio.c @@ -9,7 +9,12 @@ #include "system.h" +#include <rpmio_internal.h> +#include <rpmlib.h> + +#include "cpio.h" #include "fsm.h" + #include "rpmerr.h" #include "debug.h" |