summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-24 02:58:12 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-24 02:58:12 +0200
commit23b04a31f14dca0a3f9bcd58181f84db4b6092c7 (patch)
treea806a1375ba813b8821f35d7cd11f95ddfdd7210 /pidl
parent0f043c197c473c801fc32c727194b5a2d6ae232f (diff)
downloadsamba-23b04a31f14dca0a3f9bcd58181f84db4b6092c7.tar.gz
samba-23b04a31f14dca0a3f9bcd58181f84db4b6092c7.tar.bz2
samba-23b04a31f14dca0a3f9bcd58181f84db4b6092c7.zip
Fix include path to pytalloc.
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/Parse/Pidl/Samba4/Python.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba4/Python.pm b/pidl/lib/Parse/Pidl/Samba4/Python.pm
index fc64c35fca..58e6910d3d 100644
--- a/pidl/lib/Parse/Pidl/Samba4/Python.pm
+++ b/pidl/lib/Parse/Pidl/Samba4/Python.pm
@@ -1142,7 +1142,7 @@ sub Parse($$$$$)
#include \"includes.h\"
#include <Python.h>
#include \"librpc/rpc/dcerpc.h\"
-#include \"scripting/python/pytalloc.h\"
+#include \"lib/talloc/pytalloc.h\"
#include \"librpc/rpc/pyrpc.h\"
#include \"lib/events/events.h\"
#include \"$hdr\"