diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-03-16 12:37:34 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-03-16 12:37:34 +0000 |
commit | 8d585d81cf0a0a566c657a52a046a1fd13abe301 (patch) | |
tree | 26774b04d835c2ace7128fc70092ff7113c378fc | |
parent | 6cc93e9413d3d26629cbebd0224088d123ae6563 (diff) |
Fix warning
-rw-r--r-- | src/mesa/tnl/t_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index 65af9d448b..39bd387f53 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -37,6 +37,7 @@ #include "t_context.h" #include "t_pipeline.h" #include "t_vp_build.h" +#include "t_vertex.h" #include "vbo/vbo.h" |