[Sanitizer] try to fix Windows bot - include stdlib.h for abort/_exit functions
authorAlexey Samsonov <samsonov@google.com>
Thu, 8 Nov 2012 13:08:41 +0000 (13:08 +0000)
committerAlexey Samsonov <samsonov@google.com>
Thu, 8 Nov 2012 13:08:41 +0000 (13:08 +0000)
llvm-svn: 167577

compiler-rt/lib/sanitizer_common/sanitizer_win.cc

index 297e3d2..907936f 100644 (file)
@@ -14,6 +14,7 @@
 #ifdef _WIN32
 #define WIN32_LEAN_AND_MEAN
 #define NOGDI
+#include <stdlib.h>
 #include <windows.h>
 
 #include "sanitizer_common.h"