Remove dependency on string.h

llvm-svn: 159475
This commit is contained in:
Fariborz Jahanian 2012-06-29 23:48:43 +00:00
parent 9c9fd7a77b
commit e55c61bc51
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
// rdar://11203853
#include <string.h>
typedef unsigned long size_t;
void *sel_registerName(const char *);