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/rpmdb.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/rpmdb.c')
-rw-r--r-- | lib/rpmdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmdb.c b/lib/rpmdb.c index 17ef97707..c9e68df48 100644 --- a/lib/rpmdb.c +++ b/lib/rpmdb.c @@ -14,7 +14,7 @@ #include <regex.h> -#include <rpm/rpmtag.h> +#include <rpm/rpmtypes.h> #include <rpm/rpmurl.h> #include <rpm/rpmpgp.h> #include <rpm/rpmpgp.h> |