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

Commit 1406207e authored by Alessio Balsini's avatar Alessio Balsini
Browse files

Looper: missing cinttypes when debugging poll/callbacks

When enabling DEBUG_POLL_AND_WAKE or DEBUG_CALLBACKS, compiler complains
for the undefined PRI* fprintf format constants.
Fix by including the missing cinttypes.

Test: m
Bug: none
Change-Id: I0a7b5b45bd274eefa9644cba491a8dc28f1992ff
parent d203a508
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 {