diff options
author | Bernd Buschinski <[email protected]> | 2008-11-24 11:39:07 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-11-24 11:40:38 -0800 |
commit | d52e8543b61ec5b8b8d9b1574a28ae2472fe4c56 (patch) | |
tree | b2b8aa9c1044ffd80a8281901ff8f322a4000f57 /src/glx | |
parent | 153cc70ddb52a2acc5a4790adc6d7a7b2ddf0d43 (diff) |
glx: Add missing include for XCB, fixing crash on 64-bit.
Bug #18689
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/x11/single2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/single2.c b/src/glx/x11/single2.c index b008c6996c1..83a25052220 100644 --- a/src/glx/x11/single2.c +++ b/src/glx/x11/single2.c @@ -40,6 +40,7 @@ #ifdef USE_XCB #include <xcb/xcb.h> #include <xcb/glx.h> +#include <X11/Xlib-xcb.h> #endif /* USE_XCB */ |