From aa8606fb237c1853ea66c40d7bb1e7fd4c381412 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Sun, 2 May 2010 14:19:54 -0400 Subject: mesa: Include mfeatures.h before testing feature macros --- src/mesa/main/remap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/main') diff --git a/src/mesa/main/remap.c b/src/mesa/main/remap.c index 2b0d054bf2..2341f8488d 100644 --- a/src/mesa/main/remap.c +++ b/src/mesa/main/remap.c @@ -36,6 +36,8 @@ * a dynamic entry, or the corresponding static entry, in glapi. */ +#include "mfeatures.h" + #if FEATURE_remap_table #include "remap.h" -- cgit v1.2.3