Module: Mesa Branch: master Commit: aa8606fb237c1853ea66c40d7bb1e7fd4c381412 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa8606fb237c1853ea66c40d7bb1e7fd4c381412
Author: Kristian Høgsberg <[email protected]> Date: Sun May 2 14:19:54 2010 -0400 mesa: Include mfeatures.h before testing feature macros --- src/mesa/main/remap.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/remap.c b/src/mesa/main/remap.c index 2b0d054..2341f84 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
