Squelch warning

llvm-svn: 8170
This commit is contained in:
Chris Lattner 2003-08-28 14:35:12 +00:00
parent 9dddce6864
commit 1c725dda63
1 changed files with 1 additions and 0 deletions

View File

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