Skip to content

Commit e1c075b

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Add missing stdbool include for C compat." into main
2 parents b66c611 + 8d4bea1 commit e1c075b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/android/performance_hint.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
*/
5454

5555
#include <android/api-level.h>
56+
#include <stdbool.h>
5657
#include <stdint.h>
5758
#include <unistd.h>
5859

0 commit comments

Comments
 (0)