From: Brian Paul Date: Thu, 11 Nov 2010 01:51:05 +0000 (-0700) Subject: mesa: #include mfeatures.h in enums.h X-Git-Tag: 062012170305~8944 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=624661cae4e0ccb53fd0101cc4b2dd6fdc77cead;p=profile%2Fivi%2Fmesa.git mesa: #include mfeatures.h in enums.h --- diff --git a/src/mesa/main/enums.h b/src/mesa/main/enums.h index b5f6900..c03cd34 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