summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-01-09 00:47:33 -0800
committerVinson Lee <vlee@vmware.com>2011-01-09 00:47:33 -0800
commit21750a2d9d2a4ed69308316b121fd53b0c873aea (patch)
tree70f5bd862b09965792833ecb4bb19d7a8c267671
parent97195d04fd3d07c15dc8f22707c511f0798cfbc9 (diff)
mesa: Include mfeatures.h in program.c.
Include mfeatures.h for feature tests.
-rw-r--r--src/mesa/program/program.c1
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"