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

Commit 09f41841 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

android/binder_*: add <stdbool.h>...

...to files with C API using bool.

(I've left the ones where the only uses of bool are in C++ anyway, since
those headers are obviously not usable from C.)

Bug: https://github.com/android/ndk/issues/1281
Test: treehugger
Change-Id: I616a8482bcdbb391ec8c028d6b6a70b1d9d08960
parent 734f0a2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@

#pragma once

#include <stdbool.h>
#include <stdint.h>
#include <sys/cdefs.h>
#include <sys/types.h>
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@

#pragma once

#include <stdbool.h>
#include <stddef.h>
#include <sys/cdefs.h>

+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#pragma once

#include <errno.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/cdefs.h>