diff options
Diffstat (limited to 'python/lock.cc')
| -rw-r--r-- | python/lock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lock.cc b/python/lock.cc index d4d45734..fc78c0cb 100644 --- a/python/lock.cc +++ b/python/lock.cc @@ -18,9 +18,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ +#include <Python.h> #include <apt-pkg/init.h> #include <apt-pkg/error.h> -#include <Python.h> #include "generic.h" static PyObject *systemlock_exit(PyObject *self, PyObject *args) |
