summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glX_proto_send.py
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-10-09 15:25:03 +0000
committerIan Romanick <idr@us.ibm.com>2006-10-09 15:25:03 +0000
commitb8f26126e2874a00321af084bc2cdb486a62aa8f (patch)
treed817da98059d979aaeaa427a12286039623dec93 /src/mesa/glapi/glX_proto_send.py
parentd3b257374ef1c367de0e2a38924021818b19a37e (diff)
Updates for XCB. Bug 8560.
Diffstat (limited to 'src/mesa/glapi/glX_proto_send.py')
-rw-r--r--src/mesa/glapi/glX_proto_send.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/glX_proto_send.py b/src/mesa/glapi/glX_proto_send.py
index 30ffd2b1d7..c34a4549d4 100644
--- a/src/mesa/glapi/glX_proto_send.py
+++ b/src/mesa/glapi/glX_proto_send.py
@@ -168,7 +168,7 @@ class PrintGlxProtoStubs(glX_proto_common.glx_print_proto):
print '#include "indirect_size.h"'
print '#include <GL/glxproto.h>'
print '#ifdef USE_XCB'
- print '#include <X11/xcl.h>'
+ print '#include <X11/Xlib-xcb.h>'
print '#include <xcb/xcb.h>'
print '#include <xcb/glx.h>'
print '#endif /* USE_XCB */'