Skip to content

Commit

Permalink
Add support for OpenBSD
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=125216
  • Loading branch information
migueldeicaza committed Jan 31, 2009
1 parent 82a90c9 commit f3cfdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ikvm-native/jni.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <malloc.h>
#define ALLOCA _alloca
#else
#if defined(__FreeBSD__) || defined(__NetBSD__)
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <stdlib.h>
#else
#include <alloca.h>
Expand Down

0 comments on commit f3cfdb4

Please sign in to comment.