From b76e901886d37d0eee8d554a5d977cedd134d353 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 15 Jan 2010 18:07:27 +0100 Subject: python/lock.cc,python/progress.cc: Include Python.h first to avoid warning. --- python/lock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/lock.cc') 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 #include #include -#include #include "generic.h" static PyObject *systemlock_exit(PyObject *self, PyObject *args) -- cgit v1.2.3