aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GCCLibraries/libc/string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libc/string.c b/runtime/GCCLibraries/libc/string.c
index a024c3f..bc262a5 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 *);