From 688efbbc687bf96c6801afe55deb55a7002a9bf3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 23 Apr 2009 11:23:06 +0200 Subject: Fix finding the LDB header files in the system in pyldb_util. --- source4/lib/ldb/pyldb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb/pyldb.h') diff --git a/source4/lib/ldb/pyldb.h b/source4/lib/ldb/pyldb.h index 931dd7eeae..e0e0d2af69 100644 --- a/source4/lib/ldb/pyldb.h +++ b/source4/lib/ldb/pyldb.h @@ -27,6 +27,7 @@ #define _PYLDB_H_ #include +#include typedef struct { PyObject_HEAD -- cgit