summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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();