summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-06-30 10:23:50 +0900
committerChia-I Wu <olv@lunarg.com>2011-06-30 10:23:50 +0900
commit3e3df5fcd19671260fdd983e1ebfaca7826242a6 (patch)
tree3df4d2ea9a4a75aea10541d6fb04d691ab01478f /src/gallium/targets
parent5d7609715a44d08f29d4b605c4bea2742a194493 (diff)
target/egl-static: fix a compiler warning
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/egl-static/st_GL.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/st_GL.c b/src/gallium/targets/egl-static/st_GL.c
index d9ca834c267..3f4b7a09fa4 100644
--- a/src/gallium/targets/egl-static/st_GL.c
+++ b/src/gallium/targets/egl-static/st_GL.c
@@ -29,6 +29,9 @@
#include "pipe/p_compiler.h"
PUBLIC struct st_api *
+st_api_create_OpenGL(void);
+
+struct st_api *
st_api_create_OpenGL(void)
{
return st_gl_api_create();