summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-01-20 16:27:15 +1300
committerJelmer Vernooij <jelmer@samba.org>2010-01-21 16:15:10 +1300
commit4b11e0c67cbd611b7f295256f0aa6c55a8b88699 (patch)
tree8e0e5997e860224866487cac1f85a92de4362966 /pidl
parentc42242d132144fbbdce97bd95f0e24bdf58a2c84 (diff)
downloadsamba-4b11e0c67cbd611b7f295256f0aa6c55a8b88699.tar.gz
samba-4b11e0c67cbd611b7f295256f0aa6c55a8b88699.tar.bz2
samba-4b11e0c67cbd611b7f295256f0aa6c55a8b88699.zip
pidl: Include Python.h first, to avoid warnings.
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 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\"