From 624661cae4e0ccb53fd0101cc4b2dd6fdc77cead Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 10 Nov 2010 18:51:05 -0700 Subject: mesa: #include mfeatures.h in enums.h --- src/mesa/main/enums.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/enums.h') diff --git a/src/mesa/main/enums.h b/src/mesa/main/enums.h index b5f69001b8..c03cd34da9 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 -- cgit v1.2.3