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 d76f5667e52964adf3e00d737a7bd0763f33b55c..4f29cd1c54962b5c4d7ff8a6a5707b13285aabc7 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 980e50621e1e8360d9b0876cecfea3ad8e686bab..89130a58f806c97cc23c59db6bba12f1da4ffd7e 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"