commit | 8d4bea101bd973d6e46f51497a38706b77e28958 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Aug 01 22:31:09 2024 +0000 |
committer | Dan Albert <danalbert@google.com> | Thu Aug 01 22:31:09 2024 +0000 |
tree | 69da08d519a7e7e42537f1c173f0114cb499f13e | |
parent | 9d04fe2c66aff0fea66657f397827ed334ea3b7d [diff] [blame] |
Add missing stdbool include for C compat. Bug: https://github.com/android/ndk/issues/1920 Test: clang --sysroot out/soong/ndk/sysroot out/soong/ndk/sysroot/usr/include/**/*.h Change-Id: Ic93ef129ae3c2014435699dcdca56215bdb00d59
diff --git a/include/android/performance_hint.h b/include/android/performance_hint.h index 3c82d88..62d0423 100644 --- a/include/android/performance_hint.h +++ b/include/android/performance_hint.h
@@ -53,6 +53,7 @@ */ #include <android/api-level.h> +#include <stdbool.h> #include <stdint.h> #include <unistd.h>