From 22f633d09478fae37c1b77fb54b267d57a21a6d8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 2 Oct 2010 23:40:19 +0200 Subject: [PATCH] pytdb: Include Python.h first to prevent warning. --- lib/tdb/pytdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1