diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:51:28 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-30 11:51:28 +0200 |
commit | 73ebfe9ad49e56230393ff2ffa818436b40fdedd (patch) | |
tree | 2ba8a6c469a060e1ec820fa2ee259efe1b2d18ae /lib/rpmgi.c | |
parent | 458bf3b208e3efdd880db42c62f3b12b4eed4da0 (diff) | |
download | rpm-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.c | 1 |
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" |