projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0028b2c
)
Squelch warning
author
Chris Lattner
<sabre@nondot.org>
Thu, 28 Aug 2003 14:35:12 +0000
(14:35 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/runtime/GCCLibraries/libc/string.c
b/runtime/GCCLibraries/libc/string.c
index a024c3fa87e563d01467dc1b2a6224e309ec0b0f..bc262a5f4ce0740d872d159d2ed6bfbdfb8fdbe9 100644
(file)
--- 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 *);