Fix bot failure

llvm-svn: 270186
This commit is contained in:
Xinliang David Li 2016-05-20 05:40:07 +00:00
parent 690c31f104
commit fb320a1137
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@
#include <string.h>
#ifdef _MSC_VER
/* For _alloca */
#endif
#include <malloc.h>
#endif
#define UNCONST(ptr) ((void *)(uintptr_t)(ptr))