diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/replace/snprintf.c | 6 |
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 */ |