summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpudetect.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 8791d4aa0f..d045dc0265 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -448,6 +448,9 @@ static void check_os_katmai_support( void )
#ifdef __APPLE__
#include <sys/sysctl.h>
+#elif __AMIGAOS4__
+/* nothing */
+#else
#include <signal.h>
#include <setjmp.h>