summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-12-29 08:40:04 +0100
committerStefan Metzmacher <metze@samba.org>2008-12-29 08:42:03 +0100
commitb719595fd6fd8606b4a5eefa2b0cc24da503a44c (patch)
treeb057f3dd2b1f2b158aab59f151fe6f8909445ccc /source4
parent7bf5768a523082d5d47140155824f24689009e55 (diff)
downloadsamba-b719595fd6fd8606b4a5eefa2b0cc24da503a44c.tar.gz
samba-b719595fd6fd8606b4a5eefa2b0cc24da503a44c.tar.bz2
samba-b719595fd6fd8606b4a5eefa2b0cc24da503a44c.zip
pyglue: fix the build with automatic dependecies
metze
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/pyglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c
index c882240b63..24ffd58caf 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 <Python.h>
-#include "pyldb.h"
+#include "lib/ldb/pyldb.h"
#include "libcli/util/pyerrors.h"
#include "libcli/security/security.h"
#include "auth/pyauth.h"