From: Chia-I Wu Date: Fri, 4 Jun 2010 04:52:51 +0000 (+0800) Subject: st/egl: Fix compiler warnings. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cfb5ffe3086bdd68cecb55cbfec0c3354731526;p=mesa.git st/egl: Fix compiler warnings. Forgot to stage this chunk in last commit. --- diff --git a/src/gallium/state_trackers/egl/common/native_helper.h b/src/gallium/state_trackers/egl/common/native_helper.h index 25fafd04651..bdb9629466b 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,