Fix bot failure

llvm-svn: 270186
diff --git a/compiler-rt/lib/profile/InstrProfilingFile.c b/compiler-rt/lib/profile/InstrProfilingFile.c
index 5711956..ab98cb8 100644
--- a/compiler-rt/lib/profile/InstrProfilingFile.c
+++ b/compiler-rt/lib/profile/InstrProfilingFile.c
@@ -16,8 +16,8 @@
 #include <string.h>
 #ifdef _MSC_VER
 /* For _alloca */
-#endif
 #include <malloc.h>
+#endif
 
 
 #define UNCONST(ptr) ((void *)(uintptr_t)(ptr))