Mesa (master): mesa: Include mfeatures.h in program.c.

Vinson Lee vlee at kemper.freedesktop.org
Sun Jan 9 08:48:06 UTC 2011


Module: Mesa
Branch: master
Commit: 21750a2d9d2a4ed69308316b121fd53b0c873aea
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=21750a2d9d2a4ed69308316b121fd53b0c873aea

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Jan  9 00:47:33 2011 -0800

mesa: Include mfeatures.h in program.c.

Include mfeatures.h for feature tests.

---

 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 9ffa49b..52254e9 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"




More information about the mesa-commit mailing list