summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-10-28 15:22:28 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-10-28 15:22:28 +0000
commit86734ddae4b093782005499197aae312b5e0edee (patch)
tree9235d6dc2de6195ad9f0d8497102592312a4226f
parentb3c98e6205c52616ea60e27f2b4537e24d8beac4 (diff)
include tnl.h to silence warning
-rw-r--r--src/mesa/tnl/t_vb_arbprogram.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c
index 68499faafa..e72682e070 100644
--- a/src/mesa/tnl/t_vb_arbprogram.c
+++ b/src/mesa/tnl/t_vb_arbprogram.c
@@ -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