From: Brian Paul Date: Wed, 21 Sep 2011 12:49:09 +0000 (-0600) Subject: tnl: include swrast/s_chan.h to fix sse build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ef82cee6d297684bc178dc243e4d3b6c5704955;p=mesa.git tnl: include swrast/s_chan.h to fix sse build --- diff --git a/src/mesa/tnl/t_vertex_sse.c b/src/mesa/tnl/t_vertex_sse.c index 93189656f74..e0141c36fac 100644 --- a/src/mesa/tnl/t_vertex_sse.c +++ b/src/mesa/tnl/t_vertex_sse.c @@ -30,6 +30,7 @@ #include "main/colormac.h" #include "main/simple_list.h" #include "main/enums.h" +#include "swrast/s_chan.h" #include "t_context.h" #include "t_vertex.h"