summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_api.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-01-09 01:18:23 -0800
committerVinson Lee <vlee@vmware.com>2011-01-09 01:18:23 -0800
commit14b36cd568b7f3ae963430248fcd7ef0b7a165f6 (patch)
treea7e4e310d695451322e588c38e7c6262a390c8bf /src/mesa/vbo/vbo_exec_api.c
parentedc09358f72cd48cb2315daf23c82e7646aeaea3 (diff)
vbo: Include mfeatures.h in files that perform feature tests.
Diffstat (limited to 'src/mesa/vbo/vbo_exec_api.c')
-rw-r--r--src/mesa/vbo/vbo_exec_api.c1
1 files changed, 1 insertions, 0 deletions
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"