diff options
author | Tim Prouty <tprouty@samba.org> | 2009-01-07 14:33:25 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-01-07 15:03:16 -0800 |
commit | 61a23c5eea2203721a70a4ad41bfdc6cd1d6a2a7 (patch) | |
tree | fc1a9fafce0305de010dcb4e45ceb07f1c318314 /pidl/lib/Parse/Pidl/Samba4 | |
parent | bed05fbf2e73d4e637e9267c2205feae7ae6440e (diff) | |
download | samba-61a23c5eea2203721a70a4ad41bfdc6cd1d6a2a7.tar.gz samba-61a23c5eea2203721a70a4ad41bfdc6cd1d6a2a7.tar.bz2 samba-61a23c5eea2203721a70a4ad41bfdc6cd1d6a2a7.zip |
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Diffstat (limited to 'pidl/lib/Parse/Pidl/Samba4')
-rw-r--r-- | pidl/lib/Parse/Pidl/Samba4/Python.pm | 2 |
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 938ea36028..dd93605527 100644 --- a/pidl/lib/Parse/Pidl/Samba4/Python.pm +++ b/pidl/lib/Parse/Pidl/Samba4/Python.pm @@ -1121,7 +1121,7 @@ sub Parse($$$$$) $self->pidl_hdr(" /* Python wrapper functions auto-generated by pidl */ #include \"includes.h\" -#include <Python.h> +#include \"../lib/util/python_util.h\" #include \"librpc/rpc/dcerpc.h\" #include \"lib/talloc/pytalloc.h\" #include \"librpc/rpc/pyrpc.h\" |