From 283ed438b6357f6152d7ee002380e049724ffed4 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 7 Aug 2007 18:20:55 -0600 Subject: include p_state.h --- src/mesa/pipe/softpipe/sp_surface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/pipe/softpipe/sp_surface.h b/src/mesa/pipe/softpipe/sp_surface.h index 90086c327f..837e0c4ba1 100644 --- a/src/mesa/pipe/softpipe/sp_surface.h +++ b/src/mesa/pipe/softpipe/sp_surface.h @@ -33,7 +33,9 @@ #include "glheader.h" #include "sp_headers.h" +#include "pipe/p_state.h" +struct pipe_context; struct softpipe_surface; struct softpipe_context; -- cgit v1.2.3