From: Vinson Lee Date: Sun, 29 Aug 2010 04:42:28 +0000 (-0700) Subject: util: Add forward declaration in u_transfer.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f3e6e9726e3b41f4deeacbb34b9e23c5b3d6f76;p=mesa.git util: Add forward declaration in u_transfer.h. --- diff --git a/src/gallium/auxiliary/util/u_transfer.h b/src/gallium/auxiliary/util/u_transfer.h index eb07945d15f..e3a38730f21 100644 --- a/src/gallium/auxiliary/util/u_transfer.h +++ b/src/gallium/auxiliary/util/u_transfer.h @@ -8,6 +8,7 @@ #include "pipe/p_state.h" struct pipe_context; +struct winsys_handle; boolean u_default_resource_get_handle(struct pipe_screen *screen, struct pipe_resource *resource,