From: Zoltan Varga Date: Thu, 13 Jan 2005 20:25:00 +0000 (-0000) Subject: 2005-01-13 Zoltan Varga X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=324dae4ee6f35620d8460b2e1bb38f2b0ebc8824;p=mono.git 2005-01-13 Zoltan Varga * jni.c: Fix compilation on PPC. svn path=/trunk/mono/; revision=38892 --- diff --git a/ikvm-native/ChangeLog b/ikvm-native/ChangeLog index b50d4e94b0d..fd068dc14c0 100644 --- a/ikvm-native/ChangeLog +++ b/ikvm-native/ChangeLog @@ -1,5 +1,7 @@ 2005-01-13 Zoltan Varga + * jni.c: Fix compilation on PPC. + * Makefile.am os.c jni.h jni.c: New files. This is a copy of the 'native' module in IKVM CVS, placed here so IKVM users don't need to copy/install the native library. 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 -#include #include "jni.h" #ifdef _WIN32 +#include #define ALLOCA _alloca #else #include