diff options
author | Ian Romanick <[email protected]> | 2005-08-01 16:30:24 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-08-01 16:30:24 +0000 |
commit | 7adcedcd54f6a436512c172e22e98097bfbdbc50 (patch) | |
tree | 4729231ae6c6e0201592ca478f5cf6672c21daad /src/glx/x11/glxclient.h | |
parent | 29206ae569c4c784ec6884084b4bd8631f66b866 (diff) |
Fix build problems related to finding Xthreads.h.
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r-- | src/glx/x11/glxclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index d76f5667e52..4f29cd1c549 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 |