* malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
decls of memset and memcpy.
#if (__STD_C || defined(HAVE_MEMCPY))
+#ifdef _LIBC
+# include <string.h>
+#else
#ifdef WIN32
/* On Win32 memset and memcpy are already declared in windows.h */
#else
#endif
#endif
#endif
+#endif
/*
MALLOC_FAILURE_ACTION is the action to take before "return 0" when