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>