From 2f8a39829611da0ba4661744ff189f66907b43e6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 19:38:09 +0100 Subject: lib/talloc: include replace.h in pytalloc.c This fixes the build on Tru64. metze --- lib/talloc/pytalloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/talloc/pytalloc.c b/lib/talloc/pytalloc.c index 51d087b6d3..30da9ee5c2 100644 --- a/lib/talloc/pytalloc.c +++ b/lib/talloc/pytalloc.c @@ -17,6 +17,7 @@ along with this program. If not, see . */ +#include "replace.h" #include #include -- cgit