projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be928ec
)
mesa: Add missing includes to meta.h
author
Chad Versace
<chad@chad-versace.us>
Thu, 22 Sep 2011 18:04:40 +0000
(11:04 -0700)
committer
Chad Versace
<chad@chad-versace.us>
Fri, 23 Sep 2011 17:54:25 +0000
(10:54 -0700)
Include mtypes.h.
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/common/meta.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/common/meta.h
b/src/mesa/drivers/common/meta.h
index 9d634ae561faf901a0a13d90cac6b124faf02926..3c917924a303aa5bae325fd2758afa523ba1b49a 100644
(file)
--- 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
* \{