cutils: bitops: add include for bool

Change-Id: I3eca5a7c1f5ec66ded1229ccb6ca1dbb5d608ffd
This commit is contained in:
Alex Ray 2013-01-07 16:58:01 -08:00
parent 2111bc7b28
commit 81ec96df4f
1 changed files with 1 additions and 0 deletions

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>