summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-08-03 02:17:26 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-08-03 02:17:26 +0000
commite1c075b7e498370f0a4af6802b6e39ff1c48cb9b (patch)
tree14165efb29167adbbdfb318874b8b2ea89b0abb4
parentb66c61120582afae5cac3d7c32746cbcff95eea8 (diff)
parent8d4bea101bd973d6e46f51497a38706b77e28958 (diff)
Merge "Add missing stdbool include for C compat." into main
-rw-r--r--include/android/performance_hint.h1
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>