OSDN Git Service

Fix build problems related to finding Xthreads.h.
authorIan Romanick <idr@us.ibm.com>
Mon, 1 Aug 2005 16:30:24 +0000 (16:30 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 1 Aug 2005 16:30:24 +0000 (16:30 +0000)
src/glx/x11/glxclient.h
src/glx/x11/glxext.c

index d76f566..4f29cd1 100644 (file)
@@ -61,7 +61,7 @@
 #include "glapitable.h"
 #include "glxextensions.h"
 #if defined( XTHREADS )
-# include "Xthreads.h"
+# include <X11/Xthreads.h>
 #elif defined( PTHREADS )
 # include <pthread.h>
 #endif
index 980e506..89130a5 100644 (file)
 #include <assert.h>
 #include "indirect_init.h"
 #include "glapi.h"
-#ifdef XTHREADS
-# include "Xthreads.h"
-#elif defined(PTHREADS)
-# include <pthread.h>
-#endif
 #include "glxextensions.h"
 #include "glcontextmodes.h"
 #include "glheader.h"