summaryrefslogtreecommitdiff
path: root/lib/manifest.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:47:31 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:47:31 +0100
commitf25c04c1e45c3c579fa182b5345409bde87a3da1 (patch)
tree2d35aaec96241dfd7ad577ac0f52e95a543da0d7 /lib/manifest.c
parent226e626dae6e2f55351b4616620ac616eaaea698 (diff)
downloadlibrpm-tizen-f25c04c1e45c3c579fa182b5345409bde87a3da1.tar.gz
librpm-tizen-f25c04c1e45c3c579fa182b5345409bde87a3da1.tar.bz2
librpm-tizen-f25c04c1e45c3c579fa182b5345409bde87a3da1.zip
Include "rpmlib.h" instead of <rpmlib.h>.
Diffstat (limited to 'lib/manifest.c')
-rw-r--r--lib/manifest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/manifest.c b/lib/manifest.c
index 0571123a5..4812e22d9 100644
--- a/lib/manifest.c
+++ b/lib/manifest.c
@@ -5,7 +5,7 @@
#include "system.h"
#include "rpmio_internal.h"
-#include <rpmlib.h>
+#include "rpmlib.h"
#include "rpmmacro.h"
#include "stringbuf.h"