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

This commit is contained in:
Treehugger Robot 2019-05-13 16:56:18 +00:00 committed by Gerrit Code Review
commit b80d383bbf

View file

@ -14,7 +14,9 @@
#define DEBUG_CALLBACKS 0
#include <utils/Looper.h>
#include <sys/eventfd.h>
#include <cinttypes>
namespace android {