From: Brian Paul Date: Tue, 21 Jun 2005 03:38:10 +0000 (+0000) Subject: include light.h to silence warning X-Git-Tag: 062012170305~22434 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90b40c33e7118d8ed67ebd1c7e282b26b4966cea;p=profile%2Fivi%2Fmesa.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 b40d5ae..d166602 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"