Add missing system includes
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Jan 2008 10:51:09 +0000 (12:51 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Jan 2008 10:51:09 +0000 (12:51 +0200)
lib/rpmds.h
lib/rpmts.h

index b144656..6b604b6 100644 (file)
@@ -6,6 +6,8 @@
  * Structure(s) used for dependency tag sets.
  */
 
+#include <time.h>
+
 #include <rpm/rpmtypes.h>
 #include <rpm/rpmps.h>
 
index 73b785d..f9ebb8f 100644 (file)
@@ -6,6 +6,8 @@
  * Structures and prototypes used for an "rpmts" transaction set.
  */
 
+#include <sys/types.h>
+
 #include <rpm/rpmtypes.h>
 #include <rpm/rpmps.h>
 #include <rpm/rpmsw.h>