mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 22:18:30 +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
|
#include <pthread.h> // Use pthread library in Unix-like systems
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_SCHED_YIELD) && defined(_POSIX_PRIORITY_SCHEDULING)
|
#if !defined(WIN32)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#elif !defined(WIN32)
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user