From: John Spencer <maillist-alsa@barfooze.de>
To: alsa-devel@alsa-project.org
Cc: John Spencer <maillist-alsa@barfooze.de>
Subject: [PATCHv2] pcm.h: include sys/types.h, necessary for u_int_XX types
Date: Thu, 10 Oct 2013 15:24:22 +0200 [thread overview]
Message-ID: <1381411462-15582-1-git-send-email-maillist-alsa@barfooze.de> (raw)
fixes compilation on musl libc.
Signed-off-by: John Spencer <maillist-alsa@barfooze.de>
---
include/pcm.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/pcm.h b/include/pcm.h
index 95b8aed..7ea9e84 100644
--- a/include/pcm.h
+++ b/include/pcm.h
@@ -29,6 +29,8 @@
#ifndef __ALSA_PCM_H
#define __ALSA_PCM_H
+#include <sys/types.h>
+
#ifdef __cplusplus
extern "C" {
#endif
--
1.7.3.4
reply other threads:[~2013-10-10 13:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1381411462-15582-1-git-send-email-maillist-alsa@barfooze.de \
--to=maillist-alsa@barfooze.de \
--cc=alsa-devel@alsa-project.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;
as well as URLs for NNTP newsgroup(s).