Skip to content

Commit

Permalink
Add missing stdbool include for C compat.
Browse files Browse the repository at this point in the history
Bug: android/ndk#1920
Test: clang --sysroot out/soong/ndk/sysroot
          out/soong/ndk/sysroot/usr/include/**/*.h

Change-Id: Ic93ef129ae3c2014435699dcdca56215bdb00d59
  • Loading branch information
DanAlbert committed Aug 1, 2024
1 parent 9d04fe2 commit 8d4bea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/android/performance_hint.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
*/

#include <android/api-level.h>
#include <stdbool.h>
#include <stdint.h>
#include <unistd.h>

Expand Down

0 comments on commit 8d4bea1

Please sign in to comment.