All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Spencer <maillist-alsa@barfooze.de>
To: alsa-devel@alsa-project.org
Subject: Re: [PATCH] pcm.h: include sys/types.h, necessary for u_int_XX types
Date: Thu, 10 Oct 2013 15:25:17 +0200	[thread overview]
Message-ID: <5256AABD.2040204@barfooze.de> (raw)
In-Reply-To: <1381411060-15484-1-git-send-email-maillist-alsa@barfooze.de>

oops, forgot Signed-off-by, resending...

On 10/10/2013 03:17 PM, John Spencer wrote:
> fixes compilation on musl libc.
> ---
>   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

  reply	other threads:[~2013-10-10 13:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-10 13:17 [PATCH] pcm.h: include sys/types.h, necessary for u_int_XX types John Spencer
2013-10-10 13:25 ` John Spencer [this message]
2013-10-10 13:35 ` Takashi Iwai
2013-10-10 13:36   ` John Spencer
2013-10-10 14:50     ` Takashi Iwai

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=5256AABD.2040204@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.