Mesa (master): mesa: Include mfeatures.h in api_validate. c for FEATURE_* symbols.

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 7 04:14:06 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov  6 21:13:40 2010 -0700

mesa: Include mfeatures.h in api_validate.c for FEATURE_* symbols.

---

 src/mesa/main/api_validate.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/api_validate.c b/src/mesa/main/api_validate.c
index 4929a93..ac9709d 100644
--- a/src/mesa/main/api_validate.c
+++ b/src/mesa/main/api_validate.c
@@ -27,6 +27,7 @@
 #include "bufferobj.h"
 #include "context.h"
 #include "imports.h"
+#include "mfeatures.h"
 #include "mtypes.h"
 #include "vbo/vbo.h"
 




More information about the mesa-commit mailing list