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

Author: Chad Versace <c...@chad-versace.us>
Date:   Thu Sep 22 11:04:40 2011 -0700

mesa: Add missing includes to meta.h

Include mtypes.h.

Signed-off-by: Chad Versace <c...@chad-versace.us>

---

 src/mesa/drivers/common/meta.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/common/meta.h b/src/mesa/drivers/common/meta.h
index 9d634ae..3c91792 100644
--- a/src/mesa/drivers/common/meta.h
+++ b/src/mesa/drivers/common/meta.h
@@ -26,6 +26,8 @@
 #ifndef META_H
 #define META_H
 
+#include "main/mtypes.h"
+
 /**
  * \name Flags for meta operations
  * \{

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to