From 79b8f97457a9634df28ba0def4623dbe2b142f09 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 20 Aug 2007 18:44:53 -0600 Subject: [PATCH] include draw_context.h --- src/mesa/pipe/softpipe/sp_state_fs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/pipe/softpipe/sp_state_fs.c b/src/mesa/pipe/softpipe/sp_state_fs.c index 98d596d4c58..bab407f047b 100644 --- a/src/mesa/pipe/softpipe/sp_state_fs.c +++ b/src/mesa/pipe/softpipe/sp_state_fs.c @@ -28,6 +28,7 @@ #include "sp_context.h" #include "sp_state.h" +#include "pipe/draw/draw_context.h" void softpipe_set_fs_state( struct pipe_context *pipe, -- 2.11.0