summaryrefslogtreecommitdiff
path: root/rpmdb/rpmdb.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:43:19 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:43:19 +0100
commit9735f83012e8b5652284c62cf0c376e1e46a32fe (patch)
treed3908feda0133c90eb01d62d1b8e5c37fe0262e4 /rpmdb/rpmdb.c
parent227633a3e0e54212568b6809a833f9e8c71461ba (diff)
downloadlibrpm-tizen-9735f83012e8b5652284c62cf0c376e1e46a32fe.tar.gz
librpm-tizen-9735f83012e8b5652284c62cf0c376e1e46a32fe.tar.bz2
librpm-tizen-9735f83012e8b5652284c62cf0c376e1e46a32fe.zip
Include "rpmio_internal.h" instead of <rpmio_internal.h>.
Diffstat (limited to 'rpmdb/rpmdb.c')
-rw-r--r--rpmdb/rpmdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c
index ea8404df9..661ebf7c5 100644
--- a/rpmdb/rpmdb.c
+++ b/rpmdb/rpmdb.c
@@ -14,7 +14,7 @@
#include <regex.h>
-#include <rpmio_internal.h>
+#include "rpmio_internal.h"
#include "rpmmacro.h"
#include "rpmsq.h"