st/xlib: include p_compiler.h to get PUBLIC definition

To prevent build break with following changes.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul 2015-03-03 09:18:36 -07:00
parent 25a847d9cc
commit 25656753d7
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#define GLX_GLXEXT_PROTOTYPES
#include <string.h>
#include "pipe/p_compiler.h"
#include "GL/glx.h"
#include "glapi/glapi.h"