Limit ITimer usage to AmigaOS4
diff --git a/src/util.h b/src/util.h
index dabd4c9..dd80c78 100644
--- a/src/util.h
+++ b/src/util.h
@@ -359,7 +359,7 @@ GIT_INLINE(double) git__timer(void)
return (double)time * scaling_factor / 1.0E9;
}
-#elif defined(AMIGA)
+#elif defined(__amigaos4__)
#include <proto/timer.h>