summaryrefslogtreecommitdiff
path: root/lib/rpmgi.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-30 11:51:28 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-30 11:51:28 +0200
commit73ebfe9ad49e56230393ff2ffa818436b40fdedd (patch)
tree2ba8a6c469a060e1ec820fa2ee259efe1b2d18ae /lib/rpmgi.c
parent458bf3b208e3efdd880db42c62f3b12b4eed4da0 (diff)
downloadrpm-73ebfe9ad49e56230393ff2ffa818436b40fdedd.tar.gz
rpm-73ebfe9ad49e56230393ff2ffa818436b40fdedd.tar.bz2
rpm-73ebfe9ad49e56230393ff2ffa818436b40fdedd.zip
rpmgi.h doesn't need rpmte and rpmts headers, implementation does
Diffstat (limited to 'lib/rpmgi.c')
-rw-r--r--lib/rpmgi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmgi.c b/lib/rpmgi.c
index 44cb557c2..34057981c 100644
--- a/lib/rpmgi.c
+++ b/lib/rpmgi.c
@@ -5,6 +5,7 @@
#include <rpm/rpmlib.h>
#include <rpm/rpmte.h> /* XXX rpmElementType */
+#include <rpm/rpmts.h>
#include <rpm/rpmgi.h>
#include "rpmio/fts.h"