From: Jelmer Vernooij Date: Sat, 2 Oct 2010 21:40:19 +0000 (+0200) Subject: pytdb: Include Python.h first to prevent warning. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=22f633d09478fae37c1b77fb54b267d57a21a6d8;p=mat%2Fsamba.git pytdb: Include Python.h first to prevent warning. --- diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c index 009063359f..15fec21e53 100644 --- a/lib/tdb/pytdb.c +++ b/lib/tdb/pytdb.c @@ -24,10 +24,10 @@ License along with this library; if not, see . */ +#include #include "replace.h" #include "system/filesys.h" -#include #ifndef Py_RETURN_NONE #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None #endif