From: Ian Coolidge <icoolidge@google.com>
To: linux-bluetooth@vger.kernel.org
Cc: Ian Coolidge <icoolidge@google.com>
Subject: [PATCH] android/log: Add missing libc includes.
Date: Mon, 2 Feb 2015 00:33:48 -0800 [thread overview]
Message-ID: <1422866028-10696-1-git-send-email-icoolidge@google.com> (raw)
---
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>
--
2.2.0.rc0.207.ga3a616c
next reply other threads:[~2015-02-02 8:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-02 8:33 Ian Coolidge [this message]
2015-02-02 11:50 ` [PATCH] android/log: Add missing libc includes Szymon Janc
2015-02-02 19:10 ` [PATCH v2] " Ian Coolidge
2015-02-03 9:54 ` Szymon Janc
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=1422866028-10696-1-git-send-email-icoolidge@google.com \
--to=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