From: Brian Date: Tue, 25 Sep 2007 21:20:04 +0000 (-0600) Subject: include programopt.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb3c41f5044bc0e228470ebf9f2cfdf2c53f191f;p=mesa.git include programopt.h (cherry picked from commit 83fad68ec1989c719646a76f4cc5e0b3d23537ed) --- diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index 7387f4fb2fd..817071d4e85 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"