summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-05-02 14:19:54 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-05-03 12:22:29 -0400
commitebf84d9a2cbbb6b36c46ca6488ba79d1f09ade03 (patch)
tree225907b7b7e6a860cb757f756ab8e3be594d9246
parent2b1b51db7d8e2dbca1cd7e556d234d0f1d54fcc6 (diff)
mesa: Include mfeatures.h before testing feature macros
-rw-r--r--src/mesa/main/remap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/remap.c b/src/mesa/main/remap.c
index 5dc13c2900..2320c66222 100644
--- a/src/mesa/main/remap.c
+++ b/src/mesa/main/remap.c
@@ -35,6 +35,8 @@
* a dynamic entry, or the corresponding static entry, in glapi.
*/
+#include "mfeatures.h"
+
#if FEATURE_remap_table
#include "remap.h"