summaryrefslogtreecommitdiff
path: root/rpm2cpio.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 /rpm2cpio.c
parent226e626dae6e2f55351b4616620ac616eaaea698 (diff)
downloadrpm-f25c04c1e45c3c579fa182b5345409bde87a3da1.tar.gz
Include "rpmlib.h" instead of <rpmlib.h>.
Diffstat (limited to 'rpm2cpio.c')
-rw-r--r--rpm2cpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm2cpio.c b/rpm2cpio.c
index 7a44f304e..ac88528a4 100644
--- a/rpm2cpio.c
+++ b/rpm2cpio.c
@@ -3,7 +3,7 @@
#include "system.h"
const char *__progname;
-#include <rpmlib.h>
+#include "rpmlib.h"
#include "rpmpgp.h"
#include <rpmts.h>