diff options
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_vertex.c | 2 | ||||
-rw-r--r-- | src/mesa/tnl/t_vertex_generic.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index f1cb795cd6c..6582949a096 100644 --- a/src/mesa/tnl/t_vertex.c +++ b/src/mesa/tnl/t_vertex.c @@ -28,7 +28,7 @@ #include "main/glheader.h" #include "main/context.h" #include "main/colormac.h" - +#include "swrast/s_chan.h" #include "t_context.h" #include "t_vertex.h" diff --git a/src/mesa/tnl/t_vertex_generic.c b/src/mesa/tnl/t_vertex_generic.c index 12da30f5eb3..9dcecdd575b 100644 --- a/src/mesa/tnl/t_vertex_generic.c +++ b/src/mesa/tnl/t_vertex_generic.c @@ -30,6 +30,7 @@ #include "main/context.h" #include "main/colormac.h" #include "main/simple_list.h" +#include "swrast/s_chan.h" #include "t_context.h" #include "t_vertex.h" |