diff options
Diffstat (limited to 'src/glx/x11/single2.c')
-rw-r--r-- | 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 fc9c63a464..b008c6996c 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 |