diff options
-rw-r--r-- | URPM.xs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |