summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/pyldb_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/pyldb_util.c')
-rw-r--r--source4/lib/ldb/pyldb_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/pyldb_util.c b/source4/lib/ldb/pyldb_util.c
index 35071f3645..79077416be 100644
--- a/source4/lib/ldb/pyldb_util.c
+++ b/source4/lib/ldb/pyldb_util.c
@@ -23,6 +23,8 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include <Python.h>
+#include "ldb.h"
#include "pyldb.h"
static PyObject *ldb_module = NULL;