Squelch warning
authorChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2003 14:35:12 +0000 (14:35 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2003 14:35:12 +0000 (14:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8170 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/libc/string.c

index a024c3fa87e563d01467dc1b2a6224e309ec0b0f..bc262a5f4ce0740d872d159d2ed6bfbdfb8fdbe9 100644 (file)
@@ -5,6 +5,7 @@
 //===----------------------------------------------------------------------===//
 
 #include <stdlib.h>
+#include <string.h>
 void *malloc(size_t);
 void free(void *);