Darwin/iOS: Fix LLVM 3.3 warning re: memcpy.

This commit is contained in:
Zachary Waldowski
2013-11-30 04:09:18 -05:00
parent 21bde92c9a
commit cb719a5c1c

View File

@@ -48,7 +48,7 @@ char *alloca ();
#endif
/* Check for the existence of memcpy. */
#if STDC_HEADERS
#if STDC_HEADERS || HAVE_STRING_H
# include <string.h>
#else
# ifndef HAVE_MEMCPY