summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/profile/InstrProfilingFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile/InstrProfilingFile.c b/lib/profile/InstrProfilingFile.c
index 571195613..ab98cb8da 100644
--- a/lib/profile/InstrProfilingFile.c
+++ b/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))