From: Stefan Metzmacher Date: Fri, 30 Jan 2009 18:38:59 +0000 (+0100) Subject: lib/tdb: include replace.h and system/filesys.h in pytdb.c X-Git-Tag: samba-4.0.0alpha7~417^2~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3718cf294ad1f3e00178cb34b2c914c9aecf2016;p=thirdparty%2Fsamba.git lib/tdb: include replace.h and system/filesys.h in pytdb.c This fixes the build on Tru64. metze --- diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c index 15a8d8a3e21..60aae9fd867 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