From 0cfb5ffe3086bdd68cecb55cbfec0c3354731526 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 4 Jun 2010 12:52:51 +0800 Subject: st/egl: Fix compiler warnings. Forgot to stage this chunk in last commit. --- src/gallium/state_trackers/egl/common/native_helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/state_trackers') diff --git a/src/gallium/state_trackers/egl/common/native_helper.h b/src/gallium/state_trackers/egl/common/native_helper.h index 25fafd0465..bdb9629466 100644 --- a/src/gallium/state_trackers/egl/common/native_helper.h +++ b/src/gallium/state_trackers/egl/common/native_helper.h @@ -29,6 +29,7 @@ #include "native.h" struct resource_surface; +struct sw_winsys; struct resource_surface * resource_surface_create(struct pipe_screen *screen, -- cgit v1.2.3