From: Jakob Bornecrantz Date: Tue, 24 Jun 2008 11:00:42 +0000 (+0200) Subject: gallium: Fix warning in u_blit.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8af160b247a4cf60c82a3d0c63ec952aef22d96;p=mesa.git gallium: Fix warning in u_blit.h --- diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/util/u_blit.h index 7d0406c1047..308075698fb 100644 --- a/src/gallium/auxiliary/util/u_blit.h +++ b/src/gallium/auxiliary/util/u_blit.h @@ -37,6 +37,7 @@ extern "C" { struct pipe_context; struct pipe_surface; +struct pipe_texture; struct cso_context;