summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-07-01 05:35:12 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-07-01 05:35:12 +0000
commit160215bdeb252c73547cc5247c47e8c5770972e3 (patch)
treea1a6cf202f2f5eebcf47943ae3b02c4b2444fbac /src/mesa/tnl/t_vertex.h
parent009aa3ef5ea6bc13c903d6f902b7039adef8fc74 (diff)
Add t_context.h include for drivers.
Diffstat (limited to 'src/mesa/tnl/t_vertex.h')
-rw-r--r--src/mesa/tnl/t_vertex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h
index 9f4847f692..dda3ab0dad 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.