diff options
-rw-r--r-- | runtime/GCCLibraries/libc/string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libc/string.c b/runtime/GCCLibraries/libc/string.c index a024c3fa87..bc262a5f4c 100644 --- a/runtime/GCCLibraries/libc/string.c +++ b/runtime/GCCLibraries/libc/string.c @@ -5,6 +5,7 @@ //===----------------------------------------------------------------------===// #include <stdlib.h> +#include <string.h> void *malloc(size_t); void free(void *); |