From: Brian Paul Date: Fri, 28 Oct 2005 15:22:28 +0000 (+0000) Subject: include tnl.h to silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86734ddae4b093782005499197aae312b5e0edee;p=mesa.git include tnl.h to silence warning --- diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c index 68499faafa8..e72682e070e 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