diff --git a/client/utils.h b/client/utils.h index 1884bbc6..62e00b3d 100644 --- a/client/utils.h +++ b/client/utils.h @@ -54,6 +54,7 @@ static inline void nsleep(uint64_t ns) #define LG_UNLOCK(x) __sync_lock_release(&x) #define LG_LOCK_FREE(x) #else + #include #define LG_LOCK_MODE "Mutex" typedef SDL_mutex * LG_Lock; #define LG_LOCK_INIT(x) (x = SDL_CreateMutex())