summaryrefslogtreecommitdiff
path: root/python/rpmmi-py.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:42:55 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:42:55 +0100
commit759e91bf4a2ce1770b17d9e176869f8998f45a3c (patch)
treeae4c86c0b8e4ab2618b6f13a40c25706b4bd8e0b /python/rpmmi-py.c
parent979907ae8bd2f9fd5878ed057d16837bd6f064dc (diff)
downloadlibrpm-tizen-759e91bf4a2ce1770b17d9e176869f8998f45a3c.tar.gz
librpm-tizen-759e91bf4a2ce1770b17d9e176869f8998f45a3c.tar.bz2
librpm-tizen-759e91bf4a2ce1770b17d9e176869f8998f45a3c.zip
Include "rpmdb.h" instead of <rpmdb.h>.
Diffstat (limited to 'python/rpmmi-py.c')
-rw-r--r--python/rpmmi-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmmi-py.c b/python/rpmmi-py.c
index 0988a9557..b65a8b163 100644
--- a/python/rpmmi-py.c
+++ b/python/rpmmi-py.c
@@ -5,7 +5,7 @@
#include "system.h"
#include <rpmlib.h>
-#include <rpmdb.h>
+#include "rpmdb.h"
#include "rpmmi-py.h"
#include "header-py.h"