From 90b40c33e7118d8ed67ebd1c7e282b26b4966cea Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 21 Jun 2005 03:38:10 +0000 Subject: [PATCH] include light.h to silence warning --- src/mesa/tnl/t_vb_arbprogram.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c index b40d5aea872..d166602d8ea 100644 --- a/src/mesa/tnl/t_vb_arbprogram.c +++ b/src/mesa/tnl/t_vb_arbprogram.c @@ -35,6 +35,7 @@ #include "macros.h" #include "mtypes.h" #include "arbprogparse.h" +#include "light.h" #include "program.h" #include "math/m_matrix.h" #include "math/m_translate.h" -- 2.30.2