From edc09358f72cd48cb2315daf23c82e7646aeaea3 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 9 Jan 2011 01:04:19 -0800 Subject: st/mesa: Include mfeatures.h in files that perform feature tests. --- src/mesa/state_tracker/st_cb_drawpixels.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/state_tracker/st_cb_drawpixels.h') diff --git a/src/mesa/state_tracker/st_cb_drawpixels.h b/src/mesa/state_tracker/st_cb_drawpixels.h index 8f73e62624..44d7f5ed1e 100644 --- a/src/mesa/state_tracker/st_cb_drawpixels.h +++ b/src/mesa/state_tracker/st_cb_drawpixels.h @@ -31,6 +31,7 @@ #include "main/compiler.h" +#include "main/mfeatures.h" struct dd_function_table; struct st_context; -- cgit v1.2.3