commit | 9067dd3aefaf64ded3d591eb7252d3f18db97597 | [log] [tgz] |
---|---|---|
author | Alex Ray <aray@google.com> | Mon Jan 07 17:04:19 2013 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jan 07 17:04:20 2013 -0800 |
tree | d6adfe23ef8fe97a0866649d83476d37f385e47d | |
parent | b65bea46ad81a46c0c9be277474b597cc75c2737 [diff] | |
parent | 81ec96df4f83df9781368c6f2b8160ee1b177f75 [diff] |
Merge "cutils: bitops: add include for bool"
diff --git a/include/cutils/bitops.h b/include/cutils/bitops.h index 6893985..eb44236 100644 --- a/include/cutils/bitops.h +++ b/include/cutils/bitops.h
@@ -17,6 +17,7 @@ #ifndef __CUTILS_BITOPS_H #define __CUTILS_BITOPS_H +#include <stdbool.h> #include <string.h> #include <strings.h> #include <sys/cdefs.h>