diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-05 16:16:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:16 -0500 |
commit | 3c6ce57101eb555d01152b1fe5ea15fcf5bb8133 (patch) | |
tree | c8202068cc2dbe2db7dd97fbb675f6e4bcc8d497 /source4/lib | |
parent | 99b2e8fdc9f55d539399c7afcb26c5b733dcaafa (diff) | |
download | samba-3c6ce57101eb555d01152b1fe5ea15fcf5bb8133.tar.gz samba-3c6ce57101eb555d01152b1fe5ea15fcf5bb8133.tar.bz2 samba-3c6ce57101eb555d01152b1fe5ea15fcf5bb8133.zip |
r18100: actually make usage of libreplace :-)
metze
(This used to be commit 357882e6ec20b559b7053a8dffb72b7dec26b82f)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/talloc/talloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> #include <stdlib.h> |