We do need <pthread.h> in any case, especially native Linux/PPC

This commit is contained in:
gbeauche 2003-12-04 22:29:15 +00:00
parent 63219873b4
commit 779b4858d2

View File

@ -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>