[llvm-commits] CVS: llvm/runtime/GCCLibraries/libc/string.c
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 28 09:36:01 PDT 2003
Changes in directory llvm/runtime/GCCLibraries/libc:
string.c updated: 1.4 -> 1.5
---
Log message:
Squelch warning
---
Diffs of the changes:
Index: llvm/runtime/GCCLibraries/libc/string.c
diff -u llvm/runtime/GCCLibraries/libc/string.c:1.4 llvm/runtime/GCCLibraries/libc/string.c:1.5
--- llvm/runtime/GCCLibraries/libc/string.c:1.4 Tue Feb 18 14:42:15 2003
+++ llvm/runtime/GCCLibraries/libc/string.c Thu Aug 28 09:35:12 2003
@@ -5,6 +5,7 @@
//===----------------------------------------------------------------------===//
#include <stdlib.h>
+#include <string.h>
void *malloc(size_t);
void free(void *);
More information about the llvm-commits
mailing list