From: Vinson Lee Date: Thu, 26 Aug 2010 06:31:04 +0000 (-0700) Subject: util: Include missing header in u_bitmask.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e41029d6e4e89a52679303d50b7c6b7c1c58f41;p=mesa.git util: Include missing header in u_bitmask.h. Include p_compiler.h for boolean symbol. --- diff --git a/src/gallium/auxiliary/util/u_bitmask.h b/src/gallium/auxiliary/util/u_bitmask.h index 87f1110296a..98b85ddecd5 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