From 118db841210eb3809b6640a95b03214b0f3bc648 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 30 Jan 2008 12:51:09 +0200 Subject: [PATCH] Add missing system includes --- lib/rpmds.h | 2 ++ lib/rpmts.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/rpmds.h b/lib/rpmds.h index b144656..6b604b6 100644 --- a/lib/rpmds.h +++ b/lib/rpmds.h @@ -6,6 +6,8 @@ * Structure(s) used for dependency tag sets. */ +#include + #include #include diff --git a/lib/rpmts.h b/lib/rpmts.h index 73b785d..f9ebb8f 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -6,6 +6,8 @@ * Structures and prototypes used for an "rpmts" transaction set. */ +#include + #include #include #include -- 2.7.4