diff options
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 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 |