summaryrefslogtreecommitdiff
path: root/python/lock.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-11-10 17:20:58 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-11-10 17:20:58 +0100
commit628d7caf9ca6ee819398a4b88c23e42094fe2c10 (patch)
tree06d0c31214151eadd35a945dc6e063e2e52dd38d /python/lock.cc
parent1948d5d03887eb81ea7797c0f23049ef6c3895ce (diff)
downloadpython-apt-628d7caf9ca6ee819398a4b88c23e42094fe2c10.tar.gz
fix build against apt in experimental
Diffstat (limited to 'python/lock.cc')
-rw-r--r--python/lock.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/lock.cc b/python/lock.cc
index 2c957df1..38a2bc74 100644
--- a/python/lock.cc
+++ b/python/lock.cc
@@ -21,6 +21,8 @@
#include <Python.h>
#include <apt-pkg/init.h>
#include <apt-pkg/error.h>
+#include <apt-pkg/fileutl.h>
+#include <apt-pkg/pkgsystem.h>
#include "generic.h"
static PyObject *systemlock_exit(PyObject *self, PyObject *args)