diff options
author | Vinson Lee <[email protected]> | 2011-01-09 00:47:33 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-09 00:47:33 -0800 |
commit | 21750a2d9d2a4ed69308316b121fd53b0c873aea (patch) | |
tree | 70f5bd862b09965792833ecb4bb19d7a8c267671 /src/mesa/program | |
parent | 97195d04fd3d07c15dc8f22707c511f0798cfbc9 (diff) |
mesa: Include mfeatures.h in program.c.
Include mfeatures.h for feature tests.
Diffstat (limited to 'src/mesa/program')
-rw-r--r-- | src/mesa/program/program.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |