mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
glx: fix xcb build
This commit is contained in:
parent
90246d3ea5
commit
becf3d9272
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue