summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx/xlib/xm_api.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-08-23 17:31:38 +0800
committerChia-I Wu <olv@lunarg.com>2010-08-24 11:28:12 +0800
commit40fd4323b4be0eee6d4204463737a37011739333 (patch)
tree958815cc7f799d2487a664c0be5f3613298a35c2 /src/gallium/state_trackers/glx/xlib/xm_api.h
parentbfd7c9ac228c7ed8aec04c3b3aa33f40ee00b035 (diff)
st/glx: Include main/core.h.
Make st/glx include only main/core.h from core mesa.
Diffstat (limited to 'src/gallium/state_trackers/glx/xlib/xm_api.h')
-rw-r--r--src/gallium/state_trackers/glx/xlib/xm_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/glx/xlib/xm_api.h b/src/gallium/state_trackers/glx/xlib/xm_api.h
index 934c749450..f209b14ea1 100644
--- a/src/gallium/state_trackers/glx/xlib/xm_api.h
+++ b/src/gallium/state_trackers/glx/xlib/xm_api.h
@@ -57,7 +57,7 @@ and create a window, you must do the following to use the X/Mesa interface:
#define XMESA_H
-#include "main/mtypes.h"
+#include "main/core.h" /* for GLvisual and MESA_VERSION_STRING */
#include "state_tracker/st_api.h"
#include "os/os_thread.h"