summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-06-21 03:38:10 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-06-21 03:38:10 +0000
commit90b40c33e7118d8ed67ebd1c7e282b26b4966cea (patch)
tree5629c00b01eb7c71149214943ffd60996a4ebee6 /src
parentdc137ddb3f128a6772027e3f917b3208969002f0 (diff)
include light.h to silence warning
Diffstat (limited to 'src')
-rw-r--r--src/mesa/tnl/t_vb_arbprogram.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c
index b40d5aea87..d166602d8e 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"