Mesa (master): mesa: Add missing includes to meta.h

Chad Versace chadversary at kemper.freedesktop.org
Fri Sep 23 17:55:25 UTC 2011


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

Author: Chad Versace <chad at 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 <chad at 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
  * \{




More information about the mesa-commit mailing list