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:
authorMiguel de Icaza <miguel@gnome.org>2005-05-04 02:19:49 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-05-04 02:19:49 +0400
commit1a5a0542baa551afe23d9d963f9e3cbe4040f1fc (patch)
treea51def6b52dce08eaae4cadfdb0d2b85ba9e028e /ikvm-native
parent90b515ac3805a7b84692156d4d9f62fc64048c61 (diff)
Fix for OSX
svn path=/trunk/mono/; revision=43987
Diffstat (limited to 'ikvm-native')
-rw-r--r--ikvm-native/os.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ikvm-native/os.c b/ikvm-native/os.c
index cc90658c76a..65d49e2a2ae 100644
--- a/ikvm-native/os.c
+++ b/ikvm-native/os.c
@@ -57,6 +57,7 @@
}
#else
#include <gmodule.h>
+ #include <sys/types.h>
#include <sys/mman.h>
#include "jni.h"