From: Stefan Metzmacher Date: Mon, 29 Dec 2008 07:40:04 +0000 (+0100) Subject: pyglue: fix the build with automatic dependecies X-Git-Tag: samba-4.0.0alpha6~356 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b719595fd6fd8606b4a5eefa2b0cc24da503a44c;p=thirdparty%2Fsamba.git pyglue: fix the build with automatic dependecies metze --- diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index c882240b63c..24ffd58cafa 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -26,7 +26,7 @@ #include "librpc/ndr/libndr.h" #include "version.h" #include -#include "pyldb.h" +#include "lib/ldb/pyldb.h" #include "libcli/util/pyerrors.h" #include "libcli/security/security.h" #include "auth/pyauth.h"