projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
153cc70
)
glx: Add missing include for XCB, fixing crash on 64-bit.
author
Bernd Buschinski
<b.buschinski@web.de>
Mon, 24 Nov 2008 19:39:07 +0000
(11:39 -0800)
committer
Eric Anholt
<eric@anholt.net>
Mon, 24 Nov 2008 19:40:38 +0000
(11:40 -0800)
Bug #18689
src/glx/x11/single2.c
patch
|
blob
|
history
diff --git
a/src/glx/x11/single2.c
b/src/glx/x11/single2.c
index b008c6996c107914ee98471c808860ebf17c7833..83a250522206779e24a73bfe6aa1a2e77e0ad9ec 100644
(file)
--- 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 */