Merge "cutils: bitops: add include for bool"

This commit is contained in:
Alex Ray 2013-01-07 17:04:19 -08:00 committed by Android (Google) Code Review
commit 9067dd3aef

View file

@ -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>