summaryrefslogtreecommitdiff
path: root/libpcsxcore/ix86_64/ix86_cpudetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/ix86_64/ix86_cpudetect.c')
-rwxr-xr-xlibpcsxcore/ix86_64/ix86_cpudetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/ix86_64/ix86_cpudetect.c b/libpcsxcore/ix86_64/ix86_cpudetect.c
index c59186bf..9bbb67d5 100755
--- a/libpcsxcore/ix86_64/ix86_cpudetect.c
+++ b/libpcsxcore/ix86_64/ix86_cpudetect.c
@@ -145,7 +145,7 @@ u64 GetCPUTick( void )
#endif
}
-#if defined(__LINUX__) || defined(__APPLE__)
+#if defined(__linux__) || defined(__APPLE__)
#include <sys/time.h>
#include <errno.h>