pytdb: Include Python.h first to prevent warning.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 2 Oct 2010 21:40:19 +0000 (23:40 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 7 Oct 2010 04:48:30 +0000 (15:18 +1030)
lib/tdb/pytdb.c

index 009063359f7b7f9f116a96fc33da5fe1401caf6b..15fec21e53004ce62bffbdf83cdde0628185fd6b 100644 (file)
    License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */
 
+#include <Python.h>
 #include "replace.h"
 #include "system/filesys.h"
 
-#include <Python.h>
 #ifndef Py_RETURN_NONE
 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
 #endif