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_xformfb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/state_tracker/st_cb_xformfb.h') diff --git a/src/mesa/state_tracker/st_cb_xformfb.h b/src/mesa/state_tracker/st_cb_xformfb.h index 574cf481e1..1215ebea87 100644 --- a/src/mesa/state_tracker/st_cb_xformfb.h +++ b/src/mesa/state_tracker/st_cb_xformfb.h @@ -30,6 +30,7 @@ #include "main/compiler.h" +#include "main/mfeatures.h" struct dd_function_table; -- cgit v1.2.3