From: Ian Romanick Date: Mon, 9 Oct 2006 15:25:03 +0000 (+0000) Subject: Updates for XCB. Bug 8560. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8f26126e2874a00321af084bc2cdb486a62aa8f;p=mesa.git Updates for XCB. Bug 8560. --- diff --git a/src/mesa/glapi/glX_proto_send.py b/src/mesa/glapi/glX_proto_send.py index 30ffd2b1d7d..c34a4549d49 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 ' print '#ifdef USE_XCB' - print '#include ' + print '#include ' print '#include ' print '#include ' print '#endif /* USE_XCB */'