Mesa (master): mesa: #include mfeatures.h in enums.h

Brian Paul brianp at kemper.freedesktop.org
Thu Nov 11 14:43:59 UTC 2010


Module: Mesa
Branch: master
Commit: 624661cae4e0ccb53fd0101cc4b2dd6fdc77cead
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=624661cae4e0ccb53fd0101cc4b2dd6fdc77cead

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Nov 10 18:51:05 2010 -0700

mesa: #include mfeatures.h in enums.h

---

 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 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
 




More information about the mesa-commit mailing list