1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and related

macros
(This used to be commit 3917436ff733f8ee1925e646eec2331190d79663)
This commit is contained in:
Andrew Tridgell 2006-09-05 01:54:49 +00:00 committed by Gerald (Jerry) Carter
parent 474b74b345
commit d9319068f5

View File

@ -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 */