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 /build | |
parent | 8edea74bb45267034d2e4eb3e39e2883824e03ce (diff) | |
download | rpm-46bbc20b324f456a9ff104f5e7300215950fb6c9.tar.gz rpm-46bbc20b324f456a9ff104f5e7300215950fb6c9.tar.bz2 rpm-46bbc20b324f456a9ff104f5e7300215950fb6c9.zip |
- use rpmdb-redhat to suggest dependency resolution(s).
CVS patchset: 5401
CVS date: 2002/04/13 01:28:20
Diffstat (limited to 'build')
-rw-r--r-- | build/files.c | 2 | ||||
-rw-r--r-- | build/pack.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/build/files.c b/build/files.c index 8110530cd..67fd8e723 100644 --- a/build/files.c +++ b/build/files.c @@ -14,7 +14,7 @@ #include <rpmio_internal.h> #include <rpmbuild.h> -#include "psm.h" +#include "cpio.h" #include "rpmfi.h" #include "rpmte.h" #include "buildio.h" diff --git a/build/pack.c b/build/pack.c index 0aa6d9198..768e0c93d 100644 --- a/build/pack.c +++ b/build/pack.c @@ -8,6 +8,8 @@ #include <rpmio_internal.h> #include <rpmbuild.h> +#include "cpio.h" +#include "fsm.h" #include "psm.h" #include "rpmfi.h" |