Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1c075b7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing stdbool include for C compat." into main

parents b66c6112 8d4bea10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@
 */

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