include light.h to silence warning
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 21 Jun 2005 03:38:10 +0000 (03:38 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 21 Jun 2005 03:38:10 +0000 (03:38 +0000)
src/mesa/tnl/t_vb_arbprogram.c

index b40d5ae..d166602 100644 (file)
@@ -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"