From: Szymon Janc <szymon.janc@tieto.com>
To: Ian Coolidge <icoolidge@google.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v2] android/log: Add missing libc includes.
Date: Tue, 03 Feb 2015 10:54:21 +0100 [thread overview]
Message-ID: <4381977.cQkKW9qsOB@uw000953> (raw)
In-Reply-To: <1422904240-31160-1-git-send-email-icoolidge@google.com>
Hi Ian,
On Monday 02 of February 2015 11:10:40 Ian Coolidge wrote:
> 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 09d226a..8013eba 100644
> --- a/android/log.c
> +++ b/android/log.c
> @@ -25,7 +25,10 @@
> #endif
>
> #include <fcntl.h>
> +#include <stdarg.h>
> #include <stdio.h>
> +#include <stdint.h>
> +#include <stdlib.h>
> #include <unistd.h>
> #include <stdbool.h>
> #include <time.h>
>
Patch applied, thanks.
--
Best regards,
Szymon Janc
prev parent reply other threads:[~2015-02-03 9:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-02 8:33 [PATCH] android/log: Add missing libc includes Ian Coolidge
2015-02-02 11:50 ` Szymon Janc
2015-02-02 19:10 ` [PATCH v2] " Ian Coolidge
2015-02-03 9:54 ` Szymon Janc [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4381977.cQkKW9qsOB@uw000953 \
--to=szymon.janc@tieto.com \
--cc=icoolidge@google.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox