Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ikvm-native/jni.c')
-rw-r--r--ikvm-native/jni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikvm-native/jni.c b/ikvm-native/jni.c
index 33c78bec2a0..4690feda42c 100644
--- a/ikvm-native/jni.c
+++ b/ikvm-native/jni.c
@@ -22,10 +22,10 @@
*/
#include <stdarg.h>
-#include <malloc.h>
#include "jni.h"
#ifdef _WIN32
+#include <malloc.h>
#define ALLOCA _alloca
#else
#include <alloca.h>