diff options
-rw-r--r-- | 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 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" |