summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxclient.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-08-01 16:30:24 +0000
committerIan Romanick <idr@us.ibm.com>2005-08-01 16:30:24 +0000
commit7adcedcd54f6a436512c172e22e98097bfbdbc50 (patch)
tree4729231ae6c6e0201592ca478f5cf6672c21daad /src/glx/x11/glxclient.h
parent29206ae569c4c784ec6884084b4bd8631f66b866 (diff)
Fix build problems related to finding Xthreads.h.
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r--src/glx/x11/glxclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h
index d76f5667e5..4f29cd1c54 100644
--- a/src/glx/x11/glxclient.h
+++ b/src/glx/x11/glxclient.h
@@ -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