diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-01-20 16:27:15 +1300 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-01-21 16:15:10 +1300 |
commit | 4b11e0c67cbd611b7f295256f0aa6c55a8b88699 (patch) | |
tree | 8e0e5997e860224866487cac1f85a92de4362966 /pidl/lib | |
parent | c42242d132144fbbdce97bd95f0e24bdf58a2c84 (diff) | |
download | samba-4b11e0c67cbd611b7f295256f0aa6c55a8b88699.tar.gz samba-4b11e0c67cbd611b7f295256f0aa6c55a8b88699.tar.bz2 samba-4b11e0c67cbd611b7f295256f0aa6c55a8b88699.zip |
pidl: Include Python.h first, to avoid warnings.
Diffstat (limited to 'pidl/lib')
-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 79c72d732f..015c54dcac 100644 --- a/pidl/lib/Parse/Pidl/Samba4/Python.pm +++ b/pidl/lib/Parse/Pidl/Samba4/Python.pm @@ -1124,8 +1124,8 @@ sub Parse($$$$$) $self->pidl_hdr(" /* Python wrapper functions auto-generated by pidl */ -#include \"includes.h\" #include <Python.h> +#include \"includes.h\" #include \"librpc/rpc/dcerpc.h\" #include \"lib/talloc/pytalloc.h\" #include \"librpc/rpc/pyrpc.h\" |