diff options
Diffstat (limited to 'src/glx/x11/glxext.c')
-rw-r--r-- | src/glx/x11/glxext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index 7e9327b59ee..f47caae43df 100644 --- a/src/glx/x11/glxext.c +++ b/src/glx/x11/glxext.c @@ -64,7 +64,7 @@ #endif #ifdef USE_XCB -#include <X11/xcl.h> +#include <X11/Xlib-xcb.h> #include <xcb/xcb.h> #include <xcb/glx.h> #endif |