diff options
author | 2024-08-03 02:17:26 +0000 | |
---|---|---|
committer | 2024-08-03 02:17:26 +0000 | |
commit | e1c075b7e498370f0a4af6802b6e39ff1c48cb9b (patch) | |
tree | 14165efb29167adbbdfb318874b8b2ea89b0abb4 | |
parent | b66c61120582afae5cac3d7c32746cbcff95eea8 (diff) | |
parent | 8d4bea101bd973d6e46f51497a38706b77e28958 (diff) |
Merge "Add missing stdbool include for C compat." into main
-rw-r--r-- | include/android/performance_hint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/performance_hint.h b/include/android/performance_hint.h index 3c82d888b5..62d042348b 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> |