From 14b36cd568b7f3ae963430248fcd7ef0b7a165f6 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 9 Jan 2011 01:18:23 -0800 Subject: vbo: Include mfeatures.h in files that perform feature tests. --- src/mesa/vbo/vbo_exec_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/vbo/vbo_exec_api.c') diff --git a/src/mesa/vbo/vbo_exec_api.c b/src/mesa/vbo/vbo_exec_api.c index fb981ccc3b..03d6bb4aef 100644 --- a/src/mesa/vbo/vbo_exec_api.c +++ b/src/mesa/vbo/vbo_exec_api.c @@ -34,6 +34,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "main/bufferobj.h" #include "main/context.h" #include "main/macros.h" +#include "main/mfeatures.h" #include "main/vtxfmt.h" #include "main/dlist.h" #include "main/eval.h" -- cgit v1.2.3