Make headers self-contained.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 8 Oct 2007 10:29:02 +0000 (12:29 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 8 Oct 2007 10:29:02 +0000 (12:29 +0200)
lib/rpmds.h
lib/rpmts.h

index bad5e40..de51afc 100644 (file)
@@ -6,6 +6,7 @@
  * Structure(s) used for dependency tag sets.
  */
 
+#include "rpmlib.h"    /* for rpmds */
 #include "rpmps.h"
 
 #ifdef __cplusplus
index f4f3740..25b6f86 100644 (file)
@@ -6,6 +6,7 @@
  * Structures and prototypes used for an "rpmts" transaction set.
  */
 
+#include "rpmlib.h"    /* for rpmts */
 #include "rpmps.h"
 #include "rpmsw.h"