[utils/hwcap] Clean up and improve the hwcap code.
[mono.git] / mono / mini / exceptions-arm.c
index b036aa7a61f17f107c81766275f3162905d7f2fb..c7f01aab9f5283dfac811bff9672f4135540e7a4 100644 (file)
@@ -14,9 +14,9 @@
 #include <string.h>
 
 #ifndef MONO_CROSS_COMPILE
-#ifdef HAVE_ASM_SIGCONTEXT_H
+#ifdef PLATFORM_ANDROID
 #include <asm/sigcontext.h>
-#endif  /* def HAVE_ASM_SIGCONTEXT_H */
+#endif  /* def PLATFORM_ANDROID */
 #endif
 
 #ifdef HAVE_UCONTEXT_H