st/mesa: Include mfeatures.h in files that perform feature tests.

This commit is contained in:
Vinson Lee
2011-01-09 01:04:19 -08:00
parent 21750a2d9d
commit edc09358f7
26 changed files with 26 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#include "main/imports.h"
#include "main/context.h"
#include "main/macros.h"
#include "main/mfeatures.h"
#include "pipe/p_context.h"
#include "pipe/p_defines.h"