summaryrefslogtreecommitdiff
path: root/python/rpmmi-py.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-12-08 14:02:32 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-12-08 14:02:32 +0200
commit9ce13e09ef42ea4efca3c624054b0b719f06a43b (patch)
tree1660a7c311fba0c86afba2cacea8669f07b8eb51 /python/rpmmi-py.c
parent179ebc1745b51eb9821dd783c9df475ac539532d (diff)
downloadlibrpm-tizen-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.gz
librpm-tizen-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.bz2
librpm-tizen-9ce13e09ef42ea4efca3c624054b0b719f06a43b.zip
Switch to <rpm/foo.h> style for public headers
- adjust include paths accordingly
Diffstat (limited to 'python/rpmmi-py.c')
-rw-r--r--python/rpmmi-py.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/rpmmi-py.c b/python/rpmmi-py.c
index 0988a9557..783be04d2 100644
--- a/python/rpmmi-py.c
+++ b/python/rpmmi-py.c
@@ -4,8 +4,8 @@
#include "system.h"
-#include <rpmlib.h>
-#include <rpmdb.h>
+#include <rpm/rpmlib.h>
+#include <rpm/rpmdb.h>
#include "rpmmi-py.h"
#include "header-py.h"