summaryrefslogtreecommitdiff
path: root/lib/backend/db3.c
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 /lib/backend/db3.c
parent3b59f236b333c171b8497363309daffea165878c (diff)
downloadlibrpm-tizen-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.tar.gz
librpm-tizen-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.tar.bz2
librpm-tizen-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.zip
Include rpmtypes.h first instead of rpmtag.h everywhere
Diffstat (limited to 'lib/backend/db3.c')
-rw-r--r--lib/backend/db3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backend/db3.c b/lib/backend/db3.c
index 05c7d8284..4ddd71707 100644
--- a/lib/backend/db3.c
+++ b/lib/backend/db3.c
@@ -10,7 +10,7 @@ static int _debug = 1; /* XXX if < 0 debugging, > 0 unusual error returns */
#include <sys/ipc.h>
#endif
-#include <rpm/rpmtag.h>
+#include <rpm/rpmtypes.h>
#include <rpm/rpmmacro.h>
#include <rpm/rpmfileutil.h> /* rpmioMkPath */
#include <rpm/rpmlog.h>