From 25656753d765680ea4a592ff812deac132e2262d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 3 Mar 2015 09:18:36 -0700 Subject: [PATCH] st/xlib: include p_compiler.h to get PUBLIC definition To prevent build break with following changes. Reviewed-by: Jose Fonseca --- src/gallium/state_trackers/glx/xlib/glx_getproc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/state_trackers/glx/xlib/glx_getproc.c b/src/gallium/state_trackers/glx/xlib/glx_getproc.c index af7afdb..e7564ad 100644 --- a/src/gallium/state_trackers/glx/xlib/glx_getproc.c +++ b/src/gallium/state_trackers/glx/xlib/glx_getproc.c @@ -32,6 +32,7 @@ #define GLX_GLXEXT_PROTOTYPES #include +#include "pipe/p_compiler.h" #include "GL/glx.h" #include "glapi/glapi.h" -- 2.7.4