Skip to content

Commit 8d4bea1

Browse files
author
Dan Albert
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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/android/performance_hint.h

Lines changed: 1 addition & 0 deletions
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)