mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
include glapi.h to fix broken build
This commit is contained in:
parent
a2c50b0f4a
commit
c28d0f779a
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include "indirect_size.h"
|
||||
#include "dispatch.h"
|
||||
#include "glthread.h"
|
||||
#include "glapi.h"
|
||||
#include <GL/glxproto.h>
|
||||
#ifdef USE_XCB
|
||||
#include <X11/Xlib-xcb.h>
|
||||
|
|
|
|||
|
|
@ -167,6 +167,7 @@ class PrintGlxProtoStubs(glX_proto_common.glx_print_proto):
|
|||
print '#include "glxclient.h"'
|
||||
print '#include "indirect_size.h"'
|
||||
print '#include "dispatch.h"'
|
||||
print '#include "glapi.h"'
|
||||
print '#include "glthread.h"'
|
||||
print '#include <GL/glxproto.h>'
|
||||
print '#ifdef USE_XCB'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue