nvfx: Add missing header and forward declaration.
authorVinson Lee <vlee@vmware.com>
Mon, 19 Apr 2010 06:09:31 +0000 (23:09 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 19 Apr 2010 06:09:31 +0000 (23:09 -0700)
src/gallium/drivers/nvfx/nv04_surface_2d.h

index b2b237b..2123c3e 100644 (file)
@@ -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;