aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2010-10-03 03:24:18 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2010-10-03 03:24:18 +0000
commite4f8d63cea0201af9c504a6a27a74e54faaa867c (patch)
treeea30b81fd939cd32dca7775ab0740941c331a3fd
parent0dc0c0db85a6beb32ea83f3c8efcc06ed2664d1a (diff)
downloadperl-URPM-e4f8d63cea0201af9c504a6a27a74e54faaa867c.tar
perl-URPM-e4f8d63cea0201af9c504a6a27a74e54faaa867c.tar.gz
perl-URPM-e4f8d63cea0201af9c504a6a27a74e54faaa867c.tar.bz2
perl-URPM-e4f8d63cea0201af9c504a6a27a74e54faaa867c.tar.xz
perl-URPM-e4f8d63cea0201af9c504a6a27a74e54faaa867c.zip
drop 'rpm/' from rpm header includes so that include path from pkg-config will be honored
-rw-r--r--URPM.xs18
1 files changed, 9 insertions, 9 deletions
diff --git a/URPM.xs b/URPM.xs
index 4b60b15..da63a6a 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -31,15 +31,15 @@
#define _RPMEVR_INTERNAL
#define _RPMPS_INTERNAL
-#include <rpm/rpmio.h>
-#include <rpm/rpmtag.h>
-#include <rpm/rpmdb.h>
-#include <rpm/pkgio.h>
-#include <rpm/rpmcb.h>
-#include <rpm/rpmte.h>
-#include <rpm/rpmps.h>
-#include <rpm/rpmbuild.h>
-#include <rpm/rpmlog.h>
+#include <rpmio.h>
+#include <rpmtag.h>
+#include <rpmdb.h>
+#include <pkgio.h>
+#include <rpmcb.h>
+#include <rpmte.h>
+#include <rpmps.h>
+#include <rpmbuild.h>
+#include <rpmlog.h>
struct s_Package {
char *info;