From: Vinson Lee Date: Sun, 9 Jan 2011 08:47:33 +0000 (-0800) Subject: mesa: Include mfeatures.h in program.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21750a2d9d2a4ed69308316b121fd53b0c873aea;p=mesa.git mesa: Include mfeatures.h in program.c. Include mfeatures.h for feature tests. --- diff --git a/src/mesa/program/program.c b/src/mesa/program/program.c index 9ffa49bb013..52254e9365f 100644 --- a/src/mesa/program/program.c +++ b/src/mesa/program/program.c @@ -32,6 +32,7 @@ #include "main/glheader.h" #include "main/context.h" #include "main/hash.h" +#include "main/mfeatures.h" #include "program.h" #include "prog_cache.h" #include "prog_parameter.h"