pytdb: Include Python.h first to prevent warning.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 2 Oct 2010 21:40:19 +0000 (23:40 +0200)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 8 Oct 2010 02:00:23 +0000 (13:00 +1100)
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