diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-21 15:59:39 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-21 15:59:39 +0300 |
commit | d2ef49038a12adb33329c5784b76d6b20e2e3ce0 (patch) | |
tree | 5c95622c3be86e8cce51d3a6daece739d979d0ad /lib/rpmgi.c | |
parent | 3b59f236b333c171b8497363309daffea165878c (diff) | |
download | rpm-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.tar.gz rpm-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.tar.bz2 rpm-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.zip |
Include rpmtypes.h first instead of rpmtag.h everywhere
Diffstat (limited to 'lib/rpmgi.c')
-rw-r--r-- | lib/rpmgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmgi.c b/lib/rpmgi.c index ed1a74539..12fea2390 100644 --- a/lib/rpmgi.c +++ b/lib/rpmgi.c @@ -3,7 +3,7 @@ */ #include "system.h" -#include <rpm/rpmtag.h> +#include <rpm/rpmtypes.h> #include <rpm/rpmlib.h> /* rpmReadPackageFile */ #include <rpm/rpmte.h> /* XXX rpmElementType */ #include <rpm/rpmts.h> |