Mesa (master): libgl-xlib: Include missing header in xlib.c.

Vinson Lee vlee at kemper.freedesktop.org
Sun Aug 22 07:31:47 UTC 2010


Module: Mesa
Branch: master
Commit: df604834d3cfaa5871439ca56177f182a8bcba45
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=df604834d3cfaa5871439ca56177f182a8bcba45

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Aug 22 00:30:47 2010 -0700

libgl-xlib: Include missing header in xlib.c.

Include st_api.h for st_api_create_OpenGL symbol.

---

 src/gallium/targets/libgl-xlib/xlib.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/libgl-xlib/xlib.c b/src/gallium/targets/libgl-xlib/xlib.c
index 69b4ddd..5a9c80c 100644
--- a/src/gallium/targets/libgl-xlib/xlib.c
+++ b/src/gallium/targets/libgl-xlib/xlib.c
@@ -36,6 +36,7 @@
 #include "state_tracker/xlib_sw_winsys.h"
 #include "xm_public.h"
 
+#include "state_tracker/st_api.h"
 #include "state_tracker/st_gl_api.h"
 
 /* piggy back on this libGL for OpenGL support in EGL */




More information about the mesa-commit mailing list