summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-08 12:40:55 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-08 12:40:55 +0200
commit847e431706d1d1a5e7cfde12b2a027b77870aadd (patch)
tree6aef3c265d7e42116f431d2ec6c6d0d4e9f1f983 /build
parent619aa0e650a380f227a520549d367dd05dcc3df4 (diff)
downloadlibrpm-tizen-847e431706d1d1a5e7cfde12b2a027b77870aadd.tar.gz
librpm-tizen-847e431706d1d1a5e7cfde12b2a027b77870aadd.tar.bz2
librpm-tizen-847e431706d1d1a5e7cfde12b2a027b77870aadd.zip
Make headers self-contained.
Diffstat (limited to 'build')
-rw-r--r--build/rpmfc.h5
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