From becf3d927255385592c8c6659c4555cf2dd2842d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hanno=20B=C3=B6ck?= Date: Wed, 12 Nov 2008 06:56:42 -0700 Subject: [PATCH] glx: fix xcb build --- src/glx/x11/single2.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/glx/x11/single2.c b/src/glx/x11/single2.c index fc9c63a4649..b008c6996c1 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 +#include +#endif /* USE_XCB */ + /* Used for GL_ARB_transpose_matrix */ static void -- 2.30.2