summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 19:58:30 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 20:17:08 -0600
commit7ecac78ab53016ae3db3dd601b187cb050037463 (patch)
treeacec72a43c3ae28344c025af8b1424ef7434dc91 /src/mesa/main/attrib.c
parent27049189d6221fefe43eb55846efaa51742dcdf4 (diff)
mesa: refactor: move glTexEnv-related functions into new texenv.c file
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r--src/mesa/main/attrib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index 009d71a67c..48356c75fe 100644
--- a/src/mesa/main/attrib.c
+++ b/src/mesa/main/attrib.c
@@ -48,6 +48,7 @@
#include "scissor.h"
#include "simple_list.h"
#include "stencil.h"
+#include "texenv.h"
#include "texgen.h"
#include "texobj.h"
#include "texstate.h"