From 86734ddae4b093782005499197aae312b5e0edee Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 28 Oct 2005 15:22:28 +0000 Subject: include tnl.h to silence warning --- src/mesa/tnl/t_vb_arbprogram.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa') 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 -- cgit v1.2.3