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/psm.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/psm.c')
-rw-r--r-- | lib/psm.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ #include "system.h" +#include <rpmio_internal.h> +#include <rpmlib.h> + +#include "cpio.h" +#include "fsm.h" /* XXX CPIO_FOO/FSM_FOO constants */ #include "psm.h" #include <rpmmacro.h> #include <rpmurl.h> |