diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-09-25 15:20:04 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-09-25 15:20:04 -0600 |
commit | 83fad68ec1989c719646a76f4cc5e0b3d23537ed (patch) | |
tree | a114f7b90f31b166bcc7c96e19c97b099eb55a5d /src/mesa/main | |
parent | 3bf8d2ac7108a7f0f1722e411161e013bb8573f0 (diff) |
include programopt.h
Diffstat (limited to 'src/mesa/main')
-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 48c28d45ca..cdf35b4636 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -32,6 +32,7 @@ #include "shader/prog_instruction.h" #include "shader/prog_print.h" #include "shader/prog_statevars.h" +#include "shader/programopt.h" #include "texenvprogram.h" /** |