projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2dd23e
)
util: Include missing header in u_bitmask.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 06:31:04 +0000
(23:31 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 06:31:04 +0000
(23:31 -0700)
Include p_compiler.h for boolean symbol.
src/gallium/auxiliary/util/u_bitmask.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_bitmask.h
b/src/gallium/auxiliary/util/u_bitmask.h
index 87f1110296af17aae6cd980414e8f98a13d388c2..98b85ddecd510be014f7ad080276870d41e80756 100644
(file)
--- a/
src/gallium/auxiliary/util/u_bitmask.h
+++ b/
src/gallium/auxiliary/util/u_bitmask.h
@@
-36,6
+36,9
@@
#define U_HANDLE_BITMASK_H_
+#include "pipe/p_compiler.h"
+
+
#ifdef __cplusplus
extern "C" {
#endif