Skip to content

Commit 8d4bea1

Browse files
committed
Add missing stdbool include for C compat.
Bug: android/ndk#1920 Test: clang --sysroot out/soong/ndk/sysroot out/soong/ndk/sysroot/usr/include/**/*.h Change-Id: Ic93ef129ae3c2014435699dcdca56215bdb00d59
1 parent 9d04fe2 commit 8d4bea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/android/performance_hint.h

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
*/
5454

5555
#include <android/api-level.h>
56+
#include <stdbool.h>
5657
#include <stdint.h>
5758
#include <unistd.h>
5859

0 commit comments

Comments
 (0)