fix the build
authorGeoff Norton <grompf@sublimeintervention.com>
Thu, 8 Jul 2010 02:45:41 +0000 (02:45 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Thu, 8 Jul 2010 02:45:41 +0000 (02:45 -0000)
svn path=/trunk/mono/; revision=160032

mono/utils/mono-sigcontext.h

index 3162a33d114ff7c16b6023c83e273e7a552384b7..4e34b704ea621a064b9353971f59bd57c411934a 100644 (file)
@@ -2,6 +2,9 @@
 #define __MONO_MONO_SIGCONTEXT_H__
 
 #include <config.h>
+#if defined(PLATFORM_ANDROID)
+#include <asm/sigcontext.h>
+#endif
 
 #if defined(__i386__)