From 0a59651cf67391ab381a9b318528f06c4677e5b9 Mon Sep 17 00:00:00 2001 From: Ian Coolidge Date: Mon, 2 Feb 2015 11:10:40 -0800 Subject: [PATCH] android/log: Add missing libc includes Bionic is moving to reduce the amount of transitive includes, so they should not be relied upon. --- android/log.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/log.c b/android/log.c index 09d226a91..8013eba6e 100644 --- a/android/log.c +++ b/android/log.c @@ -25,7 +25,10 @@ #endif #include +#include #include +#include +#include #include #include #include -- 2.47.3