util: Include missing header in u_bitmask.h.
authorVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 06:31:04 +0000 (23:31 -0700)
committerVinson 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

index 87f1110..98b85dd 100644 (file)
@@ -36,6 +36,9 @@
 #define U_HANDLE_BITMASK_H_
 
 
+#include "pipe/p_compiler.h"
+
+
 #ifdef __cplusplus
 extern "C" {
 #endif