From 3718cf294ad1f3e00178cb34b2c914c9aecf2016 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 19:38:59 +0100 Subject: lib/tdb: include replace.h and system/filesys.h in pytdb.c This fixes the build on Tru64. metze --- lib/tdb/pytdb.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/tdb/pytdb.c') diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c index 15a8d8a3e2..60aae9fd86 100644 --- a/lib/tdb/pytdb.c +++ b/lib/tdb/pytdb.c @@ -24,6 +24,9 @@ License along with this library; if not, see . */ +#include "replace.h" +#include "system/filesys.h" + #include #ifndef Py_RETURN_NONE #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None @@ -34,11 +37,7 @@ #endif /* Include tdb headers */ -#include -#include #include -#include -#include typedef struct { PyObject_HEAD -- cgit