diff options
-rw-r--r-- | src/gallium/state_trackers/glx/xlib/glx_getproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/glx/xlib/glx_getproc.c b/src/gallium/state_trackers/glx/xlib/glx_getproc.c index af7afdbce66..e7564ad9cde 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 <string.h> +#include "pipe/p_compiler.h" #include "GL/glx.h" #include "glapi/glapi.h" |