From 3c6ce57101eb555d01152b1fe5ea15fcf5bb8133 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Sep 2006 16:16:27 +0000 Subject: r18100: actually make usage of libreplace :-) metze (This used to be commit 357882e6ec20b559b7053a8dffb72b7dec26b82f) --- source4/lib/talloc/talloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/talloc/talloc.c b/source4/lib/talloc/talloc.c index 43c95a86e5..f92d76bb3d 100644 --- a/source4/lib/talloc/talloc.c +++ b/source4/lib/talloc/talloc.c @@ -48,7 +48,7 @@ #endif /* _SAMBA_BUILD_ */ #ifndef _TALLOC_SAMBA3 -#include "config.h" +#include "replace.h" #include #include -- cgit