From: Brian Paul Date: Tue, 21 Jun 2005 03:38:10 +0000 (+0000) Subject: include light.h to silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90b40c33e7118d8ed67ebd1c7e282b26b4966cea;p=mesa.git include light.h to silence warning --- 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"