From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Ian Coolidge To: linux-bluetooth@vger.kernel.org Cc: Ian Coolidge Subject: [PATCH] android/log: Add missing libc includes. Date: Mon, 2 Feb 2015 00:33:48 -0800 Message-Id: <1422866028-10696-1-git-send-email-icoolidge@google.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- android/log.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/log.c b/android/log.c index 09d226a..8013eba 100644 --- a/android/log.c +++ b/android/log.c @@ -25,7 +25,10 @@ #endif #include +#include #include +#include +#include #include #include #include -- 2.2.0.rc0.207.ga3a616c