mesa: Include mfeatures.h before testing feature macros
authorKristian Høgsberg <krh@bitplanet.net>
Sun, 2 May 2010 18:19:54 +0000 (14:19 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 2 May 2010 18:19:54 +0000 (14:19 -0400)
src/mesa/main/remap.c

index 2b0d054bf29f5099512de13667b96924e4d62fbb..2341f8488d117f030e7043604b13f0ef570989e2 100644 (file)
@@ -36,6 +36,8 @@
  * a dynamic entry, or the corresponding static entry, in glapi.
  */
 
+#include "mfeatures.h"
+
 #if FEATURE_remap_table
 
 #include "remap.h"