diff options
-rw-r--r-- | build/rpmfc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/rpmfc.h b/build/rpmfc.h index d9115e495..c77faa95a 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -3,6 +3,11 @@ #include <magic.h> +#include "rpmlib.h" /* for rpmds, rpmSpec */ +#include "argv.h" /* for ARGV_t */ +#include "stringbuf.h" /* for StringBuf */ +#include "rpmspec.h" /* for Package */ + #ifdef __cplusplus extern "C" { #endif |