diff options
author | Vinson Lee <[email protected]> | 2011-01-09 01:45:04 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-09 01:45:04 -0800 |
commit | fb9c6e681f91c986b7cbe2d6e9f6baceda00c415 (patch) | |
tree | dbe7a7261b572959c7566c314be3f235e8ad3042 /src/mesa/drivers/dri/radeon/radeon_context.c | |
parent | 1933e97034a1774e37268035f67ca5973220e8c6 (diff) |
radeon: Include mfeatures.h in files that perform feature tests.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_context.c')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_context.c b/src/mesa/drivers/dri/radeon/radeon_context.c index e3de534b5f7..154a8815e4a 100644 --- a/src/mesa/drivers/dri/radeon/radeon_context.c +++ b/src/mesa/drivers/dri/radeon/radeon_context.c @@ -40,6 +40,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "main/simple_list.h" #include "main/imports.h" #include "main/extensions.h" +#include "main/mfeatures.h" #include "swrast/swrast.h" #include "swrast_setup/swrast_setup.h" |