commit | e60c4ad8b172b1cb6058aa66b5a62eec821a29d1 | [log] [tgz] |
---|---|---|
author | Alessio Balsini <balsini@google.com> | Mon May 13 10:08:24 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon May 13 10:08:24 2019 -0700 |
tree | 325fede1bf1480d7df18db787d773ef8af220313 | |
parent | 2a7d4d61e34511d934aa9affd24ffddc1806b714 [diff] | |
parent | b80d383bbfc951e88427ede81f15ca62ec0ef05b [diff] |
Merge "Looper: missing cinttypes when debugging poll/callbacks" am: b80d383bbf Change-Id: I51b46cfc9a6eac33ac1ad59448a72e9c08dc2952
diff --git a/libutils/Looper.cpp b/libutils/Looper.cpp index 2d696eb..14e3e35 100644 --- a/libutils/Looper.cpp +++ b/libutils/Looper.cpp
@@ -14,7 +14,9 @@ #define DEBUG_CALLBACKS 0 #include <utils/Looper.h> + #include <sys/eventfd.h> +#include <cinttypes> namespace android {