diff options
Diffstat (limited to 'python/db-py.c')
-rw-r--r-- | python/db-py.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/db-py.c b/python/db-py.c index eebe166d8..3c7c1a8cf 100644 --- a/python/db-py.c +++ b/python/db-py.c @@ -7,8 +7,12 @@ #include <unistd.h> #include "Python.h" + #include "rpmio_internal.h" #include "rpmcli.h" /* XXX for rpmCheckSig */ + +#include "rpmdb.h" + #include "misc.h" #include "header_internal.h" #include "upgrade.h" |