diff options
Diffstat (limited to 'python/rpmts-py.c')
-rw-r--r-- | python/rpmts-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c index f16650bc5..21de94818 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -6,7 +6,7 @@ #include <rpmlib.h> #include "rpmpgp.h" -#include <rpmdb.h> +#include "rpmdb.h" #include <rpmbuild.h> #include "header-py.h" |