From: Keith Whitwell Date: Thu, 1 Jul 2004 05:35:12 +0000 (+0000) Subject: Add t_context.h include for drivers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=160215bdeb252c73547cc5247c47e8c5770972e3;p=mesa.git Add t_context.h include for drivers. --- diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h index 9f4847f6922..dda3ab0dad1 100644 --- a/src/mesa/tnl/t_vertex.h +++ b/src/mesa/tnl/t_vertex.h @@ -29,6 +29,7 @@ #define _TNL_VERTEX_H #include "mtypes.h" +#include "t_context.h" /* New mechanism to specify hardware vertices so that tnl can build * and manipulate them directly.