diff options
Diffstat (limited to 'python/rpmal-py.c')
-rw-r--r-- | python/rpmal-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmal-py.c b/python/rpmal-py.c index f941aa24f..84df79b97 100644 --- a/python/rpmal-py.c +++ b/python/rpmal-py.c @@ -4,7 +4,7 @@ #include "system.h" -#include <rpmlib.h> +#include <rpm/rpmlib.h> #include "rpmal-py.h" #include "rpmds-py.h" |