From c628a2e0c7cbce10bd41203fd9ca1316da817cf5 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 18 Apr 2010 23:09:31 -0700 Subject: nvfx: Add missing header and forward declaration. --- src/gallium/drivers/nvfx/nv04_surface_2d.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gallium/drivers/nvfx/nv04_surface_2d.h') diff --git a/src/gallium/drivers/nvfx/nv04_surface_2d.h b/src/gallium/drivers/nvfx/nv04_surface_2d.h index b2b237b9df..2123c3ed08 100644 --- a/src/gallium/drivers/nvfx/nv04_surface_2d.h +++ b/src/gallium/drivers/nvfx/nv04_surface_2d.h @@ -1,6 +1,10 @@ #ifndef __NV04_SURFACE_2D_H__ #define __NV04_SURFACE_2D_H__ +#include "pipe/p_state.h" + +struct nouveau_screen; + struct nv04_surface { struct pipe_surface base; unsigned pitch; -- cgit v1.2.3