mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-20 00:29:56 +00:00
We do need <pthread.h> in any case, especially native Linux/PPC
This commit is contained in:
parent
63219873b4
commit
779b4858d2
@ -27,10 +27,7 @@
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_PTHREADS
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
#include <pthread.h>
|
||||
|
||||
#ifdef ENABLE_XF86_DGA
|
||||
#include <X11/extensions/xf86dga.h>
|
||||
|
Loading…
Reference in New Issue
Block a user