diff options
Diffstat (limited to 'python/rpmfts-py.c')
-rw-r--r-- | python/rpmfts-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmfts-py.c b/python/rpmfts-py.c index f4271fb72..81449d04c 100644 --- a/python/rpmfts-py.c +++ b/python/rpmfts-py.c @@ -10,7 +10,7 @@ #include "rpmfts-py.h" -#include <rpmlib.h> /* XXX _free */ +#include "rpmlib.h" /* XXX _free */ #include "debug.h" |