From 8d3fb1be6bd61e59fa241d6422419119956b7d90 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 1 Nov 2012 17:38:40 -0600 Subject: [PATCH] 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. --- src/gallium/targets/libgl-xlib/xlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2