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

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

Merge "Looper: missing cinttypes when debugging poll/callbacks"

parents e27cd0c5 1406207e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@
#define DEBUG_CALLBACKS 0

#include <utils/Looper.h>

#include <sys/eventfd.h>
#include <cinttypes>

namespace android {