From: Brian Paul Date: Thu, 11 Nov 2010 01:51:05 +0000 (-0700) Subject: mesa: #include mfeatures.h in enums.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=624661cae4e0ccb53fd0101cc4b2dd6fdc77cead;p=mesa.git mesa: #include mfeatures.h in enums.h --- diff --git a/src/mesa/main/enums.h b/src/mesa/main/enums.h index b5f69001b84..c03cd34da92 100644 --- a/src/mesa/main/enums.h +++ b/src/mesa/main/enums.h @@ -36,6 +36,7 @@ #ifndef _ENUMS_H_ #define _ENUMS_H_ +#include "mfeatures.h" #if defined(_HAVE_FULL_GL) && _HAVE_FULL_GL