diff options
author | Vinson Lee <[email protected]> | 2011-01-09 01:04:19 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-09 01:04:19 -0800 |
commit | edc09358f72cd48cb2315daf23c82e7646aeaea3 (patch) | |
tree | 259b7dff162fc26ae7fbee3530ca29ed30d8e88d /src/mesa/state_tracker/st_cb_xformfb.c | |
parent | 21750a2d9d2a4ed69308316b121fd53b0c873aea (diff) |
st/mesa: Include mfeatures.h in files that perform feature tests.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_xformfb.c')
-rw-r--r-- | src/mesa/state_tracker/st_cb_xformfb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_xformfb.c b/src/mesa/state_tracker/st_cb_xformfb.c index 838a0a4a934..e415b186aa7 100644 --- a/src/mesa/state_tracker/st_cb_xformfb.c +++ b/src/mesa/state_tracker/st_cb_xformfb.c @@ -35,6 +35,7 @@ #include "main/imports.h" #include "main/context.h" +#include "main/mfeatures.h" #include "main/transformfeedback.h" #include "st_cb_xformfb.h" |