r200: Include mfeatures.h in files that perform feature tests.
authorVinson Lee <vlee@vmware.com>
Mon, 10 Jan 2011 02:22:07 +0000 (18:22 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 10 Jan 2011 02:22:07 +0000 (18:22 -0800)
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/r200/r200_tex.c

index 5abfc9dac51b895fb6a2745562ada16d68bf9677..9c045b73accd2404739c1b6575be0d3b93aad474 100644 (file)
@@ -38,6 +38,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"
index 064324731b5e27a1db5eff2e379f59a623638e0e..092b7575831fc4cf0c89162871613d5b0de4c223 100644 (file)
@@ -37,6 +37,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/context.h"
 #include "main/enums.h"
 #include "main/image.h"
+#include "main/mfeatures.h"
 #include "main/simple_list.h"
 #include "main/texstore.h"
 #include "main/teximage.h"