diff options
author | Brian Paul <[email protected]> | 2010-11-10 18:51:05 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-11-11 07:43:46 -0700 |
commit | 624661cae4e0ccb53fd0101cc4b2dd6fdc77cead (patch) | |
tree | 2bbbc5f4cb083ff062d3f816ee9556bbdbedf7a7 /src | |
parent | 6baad55f157387d0bb44144680a96bc32280109f (diff) |
mesa: #include mfeatures.h in enums.h
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/enums.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |