diff options
author | Vinson Lee <vlee@vmware.com> | 2010-11-06 21:13:40 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-11-06 21:13:40 -0700 |
commit | 6bf0ac0916bf09e049b378d94478035072efed53 (patch) | |
tree | 912ccb8236b0099d478659e2580189e206bd1b2a | |
parent | d421149cc8b9abe2b9061e166dce953a984b169a (diff) |
mesa: Include mfeatures.h in api_validate.c for FEATURE_* symbols.
-rw-r--r-- | 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 4929a9310d..ac9709db3f 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" |