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_bitmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/state_tracker/st_cb_bitmap.c') diff --git a/src/mesa/state_tracker/st_cb_bitmap.c b/src/mesa/state_tracker/st_cb_bitmap.c index 516346c8c7..e23fe86dae 100644 --- a/src/mesa/state_tracker/st_cb_bitmap.c +++ b/src/mesa/state_tracker/st_cb_bitmap.c @@ -34,6 +34,7 @@ #include "main/image.h" #include "main/bufferobj.h" #include "main/macros.h" +#include "main/mfeatures.h" #include "program/program.h" #include "program/prog_print.h" -- cgit v1.2.3