util: Include missing header in u_bitmask.h.

Include p_compiler.h for boolean symbol.
This commit is contained in:
Vinson Lee 2010-08-25 23:31:04 -07:00
parent d2dd23e858
commit 3e41029d6e

View file

@ -36,6 +36,9 @@
#define U_HANDLE_BITMASK_H_
#include "pipe/p_compiler.h"
#ifdef __cplusplus
extern "C" {
#endif