libgl-xlib: include glheader.h instead of GL/gl.h to fix build
GL/gl.h doesn't define GLfixed but glapitable.h uses it.
This commit is contained in:
@@ -114,7 +114,7 @@ extern void (*linker_foo(const unsigned char *procName))()
|
||||
#ifdef GLX_INDIRECT_RENDERING
|
||||
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
#include "GL/gl.h"
|
||||
#include "main/glheader.h"
|
||||
#include "glapi/glapi.h"
|
||||
#include "glapi/glapitable.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user