diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-09-25 15:20:04 -0600 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-09-24 10:04:31 -0700 |
commit | fb3c41f5044bc0e228470ebf9f2cfdf2c53f191f (patch) | |
tree | db3f7a8d3e76219ea7273e1b022ba27c05999996 | |
parent | c81cce78313a62e0d36a5c80bd9d35b770d0814a (diff) |
include programopt.h
(cherry picked from commit 83fad68ec1989c719646a76f4cc5e0b3d23537ed)
-rw-r--r-- | src/mesa/main/texenvprogram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index 7387f4fb2f..817071d4e8 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -34,6 +34,7 @@ #include "shader/prog_instruction.h" #include "shader/prog_print.h" #include "shader/prog_statevars.h" +#include "shader/programopt.h" #include "texenvprogram.h" |