From 0633c2e68312c292607d6af22d94d67d2d141600 Mon Sep 17 00:00:00 2001 From: Joakim Sindholt Date: Thu, 5 Aug 2010 20:42:04 +0200 Subject: targets/egl: fix build --- src/gallium/targets/egl/st_GL.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/egl') diff --git a/src/gallium/targets/egl/st_GL.c b/src/gallium/targets/egl/st_GL.c index 676300b0cc..17b7bf9d48 100644 --- a/src/gallium/targets/egl/st_GL.c +++ b/src/gallium/targets/egl/st_GL.c @@ -1,4 +1,5 @@ #include "state_tracker/st_gl_api.h" +#include "state_tracker/st_api.h" #if FEATURE_GL PUBLIC struct st_api * -- cgit v1.2.3