Mesa (master): glx: fix xcb build

Brian Paul brianp at kemper.freedesktop.org
Wed Nov 12 13:56:52 UTC 2008


Module: Mesa
Branch: master
Commit: becf3d927255385592c8c6659c4555cf2dd2842d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=becf3d927255385592c8c6659c4555cf2dd2842d

Author: Hanno Böck <hanno at hboeck.de>
Date:   Wed Nov 12 06:56:42 2008 -0700

glx: fix xcb build

---

 src/glx/x11/single2.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/glx/x11/single2.c b/src/glx/x11/single2.c
index fc9c63a..b008c69 100644
--- a/src/glx/x11/single2.c
+++ b/src/glx/x11/single2.c
@@ -37,6 +37,11 @@
 #include "indirect_vertex_array.h"
 #include "dispatch.h"
 #include "glapi.h"
+#ifdef USE_XCB
+#include <xcb/xcb.h>
+#include <xcb/glx.h>
+#endif /* USE_XCB */
+
 
 /* Used for GL_ARB_transpose_matrix */
 static void




More information about the mesa-commit mailing list