From 84ca20a6b5e63f4bd73e2e2586d88ccb2adca123 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 19:39:34 +0100 Subject: lib/tevent: include replace.h in pytevent.c This fixes the build on Tru64. metze --- lib/tevent/pytevent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tevent/pytevent.c b/lib/tevent/pytevent.c index 5d10554531..5c34064004 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 -- cgit