From 81ec96df4f83df9781368c6f2b8160ee1b177f75 Mon Sep 17 00:00:00 2001 From: Alex Ray Date: Mon, 7 Jan 2013 16:58:01 -0800 Subject: [PATCH] cutils: bitops: add include for bool Change-Id: I3eca5a7c1f5ec66ded1229ccb6ca1dbb5d608ffd --- include/cutils/bitops.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cutils/bitops.h b/include/cutils/bitops.h index 6893985b8..eb44236f5 100644 --- a/include/cutils/bitops.h +++ b/include/cutils/bitops.h @@ -17,6 +17,7 @@ #ifndef __CUTILS_BITOPS_H #define __CUTILS_BITOPS_H +#include #include #include #include