projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9288306
)
libgl-xlib: Include missing header in xlib.c.
author
Vinson Lee
<vlee@vmware.com>
Sun, 22 Aug 2010 07:30:47 +0000
(
00:30
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 22 Aug 2010 07:30:47 +0000
(
00:30
-0700)
Include st_api.h for st_api_create_OpenGL symbol.
src/gallium/targets/libgl-xlib/xlib.c
patch
|
blob
|
history
diff --git
a/src/gallium/targets/libgl-xlib/xlib.c
b/src/gallium/targets/libgl-xlib/xlib.c
index 69b4ddd33f77eda52823f0abefb408959f2b5374..5a9c80c856666e9d7ac01f2f1e34748947fdd363 100644
(file)
--- 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 */