summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-05-21 15:59:39 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-05-21 15:59:39 +0300
commitd2ef49038a12adb33329c5784b76d6b20e2e3ce0 (patch)
tree5c95622c3be86e8cce51d3a6daece739d979d0ad /tools
parent3b59f236b333c171b8497363309daffea165878c (diff)
downloadrpm-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.tar.gz
rpm-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.tar.bz2
rpm-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.zip
Include rpmtypes.h first instead of rpmtag.h everywhere
Diffstat (limited to 'tools')
-rw-r--r--tools/rpmcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rpmcache.c b/tools/rpmcache.c
index 9564bfaa3..5647265a0 100644
--- a/tools/rpmcache.c
+++ b/tools/rpmcache.c
@@ -7,7 +7,7 @@ const char *__progname;
#include <fnmatch.h>
-#include <rpm/rpmtag.h>
+#include <rpm/rpmtypes.h>
#include <rpm/rpmlib.h> /* RPM_MACHTABLE, rpmReadPackageFile */
#include <rpm/rpmcli.h>
#include <rpm/rpmlog.h>