From: Stefan Metzmacher Date: Fri, 30 Jan 2009 18:39:34 +0000 (+0100) Subject: lib/tevent: include replace.h in pytevent.c X-Git-Tag: samba-4.0.0alpha7~417^2~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84ca20a6b5e63f4bd73e2e2586d88ccb2adca123;p=thirdparty%2Fsamba.git lib/tevent: include replace.h in pytevent.c This fixes the build on Tru64. metze --- diff --git a/lib/tevent/pytevent.c b/lib/tevent/pytevent.c index 5d10554531e..5c34064004f 100644 --- a/lib/tevent/pytevent.c +++ b/lib/tevent/pytevent.c @@ -16,6 +16,7 @@ along with this program. If not, see . */ +#include "replace.h" #include #ifndef Py_RETURN_NONE