From: Kristian Høgsberg Date: Sun, 2 May 2010 18:19:54 +0000 (-0400) Subject: mesa: Include mfeatures.h before testing feature macros X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa8606fb237c1853ea66c40d7bb1e7fd4c381412;p=mesa.git mesa: Include mfeatures.h before testing feature macros --- diff --git a/src/mesa/main/remap.c b/src/mesa/main/remap.c index 2b0d054bf29..2341f8488d1 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"