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

Commit e60c4ad8 authored by Alessio Balsini's avatar Alessio Balsini Committed by android-build-merger
Browse files

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

am: b80d383b

Change-Id: I51b46cfc9a6eac33ac1ad59448a72e9c08dc2952
parents 2a7d4d61 b80d383b
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 {