Mesa (master): util: Include missing header in u_bitmask.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 26 06:31:28 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Aug 25 23:31:04 2010 -0700

util: Include missing header in u_bitmask.h.

Include p_compiler.h for boolean symbol.

---

 src/gallium/auxiliary/util/u_bitmask.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_bitmask.h b/src/gallium/auxiliary/util/u_bitmask.h
index 87f1110..98b85dd 100644
--- 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




More information about the mesa-commit mailing list