summaryrefslogtreecommitdiff
path: root/source4/lib/replace/snprintf.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 01:54:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:09 -0500
commitd9319068f5745af01619d46468eca9cc9b57b5be (patch)
tree5bd5e48212a05f0e7912ae12000a3a3808752042 /source4/lib/replace/snprintf.c
parent474b74b345b7ebe5492fe9c09d2ca07438bf836f (diff)
downloadsamba-d9319068f5745af01619d46468eca9cc9b57b5be.tar.gz
samba-d9319068f5745af01619d46468eca9cc9b57b5be.tar.bz2
samba-d9319068f5745af01619d46468eca9cc9b57b5be.zip
r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and related
macros (This used to be commit 3917436ff733f8ee1925e646eec2331190d79663)
Diffstat (limited to 'source4/lib/replace/snprintf.c')
-rw-r--r--source4/lib/replace/snprintf.c6
1 files changed, 1 insertions, 5 deletions
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 */