aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/URPM.xs b/URPM.xs
index 7faa294..18026f2 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -34,6 +34,7 @@
# define _RPMEVR_INTERNAL
#include <rpm/rpmevr.h>
#endif
+
#include <rpm/rpmlib.h>
#include <rpm/header.h>
#include <rpm/rpmio.h>
@@ -44,6 +45,7 @@
#include <rpm/rpmpgp.h>
#include <rpm/rpmcli.h>
#include <rpm/rpmbuild.h>
+#include <rpm/rpmlog.h>
struct s_Package {
char *info;