Make header files self-contained.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 8 Oct 2007 08:35:28 +0000 (10:35 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 8 Oct 2007 08:35:28 +0000 (10:35 +0200)
rpmdb/hdrinline.h
rpmio/rpmpgp.h

index 163ba86..48d95b7 100644 (file)
@@ -6,6 +6,8 @@
  * \file rpmdb/hdrinline.h
  */
 
+#include "header.h"    /* for HV_t */
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index 18ce5e4..d4a65d2 100644 (file)
@@ -12,6 +12,8 @@
 
 #include <string.h>
 
+#include "rpmio.h"     /* for pgpDig */
+
 #ifdef __cplusplus
 extern "C" {
 #endif