diff options
-rw-r--r-- | src/gallium/targets/libgl-xlib/xlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/libgl-xlib/xlib.c b/src/gallium/targets/libgl-xlib/xlib.c index 0ede7e6096b..f974b618944 100644 --- a/src/gallium/targets/libgl-xlib/xlib.c +++ b/src/gallium/targets/libgl-xlib/xlib.c @@ -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" |