summaryrefslogtreecommitdiff
path: root/rpmdb/sqlite.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:32:05 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:32:05 +0100
commite36a2ac8da29f324bb93e2e99898ef0f0b9e1e16 (patch)
treea0760576e9a3d666b93d38c4235116c7dd3d245b /rpmdb/sqlite.c
parent942da0293731a75e3f8c40467f079b863d36ea30 (diff)
downloadlibrpm-tizen-e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16.tar.gz
librpm-tizen-e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16.tar.bz2
librpm-tizen-e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16.zip
Include "rpmmacro.h" instead of <rpmmacro.h>.
Diffstat (limited to 'rpmdb/sqlite.c')
-rw-r--r--rpmdb/sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/sqlite.c b/rpmdb/sqlite.c
index e5b051577..e810c7ffa 100644
--- a/rpmdb/sqlite.c
+++ b/rpmdb/sqlite.c
@@ -27,7 +27,7 @@
#include "system.h"
#include <rpmlib.h>
-#include <rpmmacro.h>
+#include "rpmmacro.h"
#include "rpmurl.h" /* XXX urlPath proto */
#include "rpmdb_internal.h"