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

Commit 588abe05 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 am: e60c4ad8

am: 005b2aa3

Change-Id: Ia3777b5d270a00e75ac961caf653f498f13dc76a
parents 8cafdf23 005b2aa3
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 {