From d8ad10dc45d39978a25a300a386440a5cb39a40d Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 25 Aug 2010 23:37:27 -0700 Subject: [PATCH] util: Include missing header in u_blit.h. Include p_compiler.h for uint symbol. Clean up forward declarations. --- src/gallium/auxiliary/util/u_blit.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/util/u_blit.h index ef95134f324..b8a0dfce13f 100644 --- a/src/gallium/auxiliary/util/u_blit.h +++ b/src/gallium/auxiliary/util/u_blit.h @@ -30,18 +30,20 @@ #define U_BLIT_H +#include "pipe/p_compiler.h" + + #ifdef __cplusplus extern "C" { #endif -struct pipe_context; -struct pipe_surface; -struct pipe_resource; struct cso_context; - - -struct blit_state; +struct pipe_context; +struct pipe_resource; +struct pipe_sampler_view; +struct pipe_subresource; +struct pipe_surface; extern struct blit_state *