From 23b04a31f14dca0a3f9bcd58181f84db4b6092c7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Oct 2008 02:58:12 +0200 Subject: [PATCH] Fix include path to pytalloc. --- pidl/lib/Parse/Pidl/Samba4/Python.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidl/lib/Parse/Pidl/Samba4/Python.pm b/pidl/lib/Parse/Pidl/Samba4/Python.pm index fc64c35fca1..58e6910d3df 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 #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\" -- 2.34.1