include tnl.h to silence warning
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 28 Oct 2005 15:22:28 +0000 (15:22 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 28 Oct 2005 15:22:28 +0000 (15:22 +0000)
src/mesa/tnl/t_vb_arbprogram.c

index 68499faafa80e5e72909b84070c365f94cc4f197..e72682e070e5ade90eece4043f1538c5bef6c66a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.3
+ * Version:  6.5
  *
  * Copyright (C) 1999-2005  Brian Paul   All Rights Reserved.
  *
@@ -42,6 +42,7 @@
 #include "t_context.h"
 #include "t_pipeline.h"
 #include "t_vb_arbprogram.h"
+#include "tnl.h"
 
 
 #define DISASSEM 0