From 247dacde0d0de1358cc2c27d08914be605272023 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 00906335..15fec21e 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