mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
Fix problem compiling base/thread.cpp in Mac OS X.
This commit is contained in:
parent
55a4002ec5
commit
94ea65ff4d
@ -15,9 +15,8 @@
|
||||
#include <pthread.h> // Use pthread library in Unix-like systems
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_SCHED_YIELD) && defined(_POSIX_PRIORITY_SCHEDULING)
|
||||
#if !defined(WIN32)
|
||||
#include <unistd.h>
|
||||
#elif !defined(WIN32)
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user