diff options
author | Vinson Lee <[email protected]> | 2011-01-09 01:18:23 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-09 01:18:23 -0800 |
commit | 14b36cd568b7f3ae963430248fcd7ef0b7a165f6 (patch) | |
tree | a7e4e310d695451322e588c38e7c6262a390c8bf /src/mesa/vbo/vbo_exec_draw.c | |
parent | edc09358f72cd48cb2315daf23c82e7646aeaea3 (diff) |
vbo: Include mfeatures.h in files that perform feature tests.
Diffstat (limited to 'src/mesa/vbo/vbo_exec_draw.c')
-rw-r--r-- | src/mesa/vbo/vbo_exec_draw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo_exec_draw.c b/src/mesa/vbo/vbo_exec_draw.c index 94aa021ac9a..87f64310561 100644 --- a/src/mesa/vbo/vbo_exec_draw.c +++ b/src/mesa/vbo/vbo_exec_draw.c @@ -29,6 +29,7 @@ #include "main/bufferobj.h" #include "main/compiler.h" #include "main/enums.h" +#include "main/mfeatures.h" #include "main/state.h" #include "vbo_context.h" |