summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_lexer.l
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-04 09:15:35 -0600
committerBrian Paul <brianp@vmware.com>2009-09-04 09:17:59 -0600
commit592a6642fc5c9f697bcc6521c99fe00b2de827c8 (patch)
treef4e8a49703124c4a875cbb910e66548fcc5988b1 /src/mesa/shader/program_lexer.l
parent3fedd08779c2bc4a5f02c035e7ca4cab5da649dd (diff)
ARB prog: replace 'unsigned' with 'gl_state_index'
Fixes compilation warnings with MSVC.
Diffstat (limited to 'src/mesa/shader/program_lexer.l')
-rw-r--r--src/mesa/shader/program_lexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program_lexer.l b/src/mesa/shader/program_lexer.l
index bc209435ef..d240217481 100644
--- a/src/mesa/shader/program_lexer.l
+++ b/src/mesa/shader/program_lexer.l
@@ -23,6 +23,7 @@
*/
#include "main/glheader.h"
#include "prog_instruction.h"
+#include "prog_statevars.h"
#include "program_parser.h"
#include "program_parse.tab.h"