commit | 0befa965137d265ec02302b04e99a21c2922a2b4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sat Aug 03 02:37:41 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Aug 03 02:37:41 2024 +0000 |
tree | d7c2c251dde06d18f9fdbf23a5ce5cff54281e8f | |
parent | f912ab3c120af87f0219cef203c5efa72e30b9c1 [diff] | |
parent | e1c075b7e498370f0a4af6802b6e39ff1c48cb9b [diff] |
Merge "Add missing stdbool include for C compat." into main am: e1c075b7e4 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3205058 Change-Id: I25c47968b29367bd7b8c398a35a76550919dc4c1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/include/android/performance_hint.h b/include/android/performance_hint.h index 97e4dc0..8736695 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>