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

Commit 9067dd3a authored by Alex Ray's avatar Alex Ray Committed by Android (Google) Code Review
Browse files

Merge "cutils: bitops: add include for bool"

parents b65bea46 81ec96df
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>