mesa: Include mfeatures.h in api_validate.c for FEATURE_* symbols.
authorVinson Lee <vlee@vmware.com>
Sun, 7 Nov 2010 04:13:40 +0000 (21:13 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 7 Nov 2010 04:13:40 +0000 (21:13 -0700)
src/mesa/main/api_validate.c

index 4929a9310d48a43243ae9ba8ee17e856ee4118f2..ac9709db3f1ef1d3cf4beaf78bbfdcef9e7bb998 100644 (file)
@@ -27,6 +27,7 @@
 #include "bufferobj.h"
 #include "context.h"
 #include "imports.h"
+#include "mfeatures.h"
 #include "mtypes.h"
 #include "vbo/vbo.h"