Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81ec96df authored by Alex Ray's avatar Alex Ray
Browse files

cutils: bitops: add include for bool

Change-Id: I3eca5a7c1f5ec66ded1229ccb6ca1dbb5d608ffd
parent 2111bc7b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>