From 3e3df5fcd19671260fdd983e1ebfaca7826242a6 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 30 Jun 2011 10:23:50 +0900 Subject: [PATCH] target/egl-static: fix a compiler warning --- src/gallium/targets/egl-static/st_GL.c | 3 +++ 1 file changed, 3 insertions(+) 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();