diff options
-rw-r--r-- | source4/lib/ldb/pyldb.c | 1 | ||||
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c index 62162067ac..7905f7b967 100644 --- a/source4/lib/ldb/pyldb.c +++ b/source4/lib/ldb/pyldb.c @@ -27,6 +27,7 @@ */ #include <Python.h> +#include <pytalloc.h> #include "ldb_private.h" #include "pyldb.h" diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index a7e93f6f47..54ecc00674 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -104,7 +104,7 @@ def build(bld): if not bld.CONFIG_SET('USING_SYSTEM_PYLDB_UTIL'): bld.SAMBA_LIBRARY('pyldb-util', - deps='ldb', + deps='ldb pytalloc-util', source='pyldb_util.c', public_headers='pyldb.h', vnum=VERSION, |