From d9319068f5745af01619d46468eca9cc9b57b5be Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Sep 2006 01:54:49 +0000 Subject: r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and related macros (This used to be commit 3917436ff733f8ee1925e646eec2331190d79663) --- source4/lib/replace/snprintf.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source4/lib/replace/snprintf.c') diff --git a/source4/lib/replace/snprintf.c b/source4/lib/replace/snprintf.c index 30c2b0a1b7..dd41ca3306 100644 --- a/source4/lib/replace/snprintf.c +++ b/source4/lib/replace/snprintf.c @@ -103,11 +103,7 @@ * **************************************************************/ -#ifdef _SAMBA_BUILD_ -#include "config.h" -#else -#include "replace_config.h" -#endif +#include "replace.h" #ifdef TEST_SNPRINTF /* need math library headers for testing */ -- cgit