tnl: include swrast/s_chan.h to fix sse build
authorBrian Paul <brianp@vmware.com>
Wed, 21 Sep 2011 12:49:09 +0000 (06:49 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 21 Sep 2011 12:49:33 +0000 (06:49 -0600)
src/mesa/tnl/t_vertex_sse.c

index 93189656f74733c4d92d7a2327fc4eef2663c3bf..e0141c36fac8f7950c58ba93b09c3444b4b6421e 100644 (file)
@@ -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"