Darwin/iOS: Fix LLVM 3.3 warning re: memcpy.
This commit is contained in:
@@ -48,7 +48,7 @@ char *alloca ();
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Check for the existence of memcpy. */
|
/* Check for the existence of memcpy. */
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS || HAVE_STRING_H
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
#else
|
#else
|
||||||
# ifndef HAVE_MEMCPY
|
# ifndef HAVE_MEMCPY
|
||||||
|
|||||||
Reference in New Issue
Block a user