summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-30 12:51:09 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-30 12:51:09 +0200
commit118db841210eb3809b6640a95b03214b0f3bc648 (patch)
tree80580cf3766ac00f364124815f9f8683738e4767
parentc482427fbfd604d665e7fd28d77cd58a22b089ae (diff)
downloadrpm-118db841210eb3809b6640a95b03214b0f3bc648.tar.gz
rpm-118db841210eb3809b6640a95b03214b0f3bc648.tar.bz2
rpm-118db841210eb3809b6640a95b03214b0f3bc648.zip
Add missing system includes
-rw-r--r--lib/rpmds.h2
-rw-r--r--lib/rpmts.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h
index b14465696..6b604b6ab 100644
--- a/lib/rpmds.h
+++ b/lib/rpmds.h
@@ -6,6 +6,8 @@
* Structure(s) used for dependency tag sets.
*/
+#include <time.h>
+
#include <rpm/rpmtypes.h>
#include <rpm/rpmps.h>
diff --git a/lib/rpmts.h b/lib/rpmts.h
index 73b785d6c..f9ebb8f0a 100644
--- a/lib/rpmts.h
+++ b/lib/rpmts.h
@@ -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>