diff --git a/src/arch/Threads/Threads_Pthreads.cpp b/src/arch/Threads/Threads_Pthreads.cpp index b382b5d864..01695726d3 100644 --- a/src/arch/Threads/Threads_Pthreads.cpp +++ b/src/arch/Threads/Threads_Pthreads.cpp @@ -208,7 +208,7 @@ MutexImpl *MakeMutex( RageMutex *pParent ) #if defined(UNIX) #include #include "arch/ArchHooks/ArchHooks_Unix.h" -#elseif defined(MACOSX) +#elif defined(MACOSX) typedef int clockid_t; static const clockid_t CLOCK_REALTIME = 0; static const clockid_t CLOCK_MONOTONIC = 1;