summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_lexer.l
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-09-10 14:55:36 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-09-10 14:55:36 -0700
commitcdb719399438194c5e9d5bc1bae3458398fe4e54 (patch)
tree8109ef2c971009e802df2c6f64521e698424f05d /src/mesa/shader/program_lexer.l
parent0e7953366f2a8ab1b0e885d94f6635c7640b3cc7 (diff)
ARB prog lexer: Add missing #include to silence compile warning
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 9e68c34ac0..a0d1af1e07 100644
--- a/src/mesa/shader/program_lexer.l
+++ b/src/mesa/shader/program_lexer.l
@@ -24,6 +24,7 @@
#include "main/glheader.h"
#include "prog_instruction.h"
+#include "symbol_table.h"
#include "program_parser.h"
#include "program_parse.tab.h"