All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Khem Raj <raj.khem@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH - alsa-plugins/arcam-av ] arcam-av: Include	sys/select.h for fd_set definition
Date: Sat, 30 May 2015 08:44:35 +0200	[thread overview]
Message-ID: <s5hsiae8sz0.wl-tiwai@suse.de> (raw)
In-Reply-To: <1432939129-8343-1-git-send-email-raj.khem@gmail.com>

At Fri, 29 May 2015 15:38:49 -0700,
Khem Raj wrote:
> 
> fixes build errors on non-glibc based systems
> 
> arcam-av/arcam_av.c:389:2: error: unknown type name 'fd_set'
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>

Applied, thanks.


Takashi

> ---
>  arcam-av/arcam_av.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arcam-av/arcam_av.c b/arcam-av/arcam_av.c
> index 0491fc6..fff96f9 100644
> --- a/arcam-av/arcam_av.c
> +++ b/arcam-av/arcam_av.c
> @@ -31,6 +31,7 @@
>  #include <unistd.h>
>  
>  #include <sys/ipc.h>
> +#include <sys/select.h>
>  #include <sys/shm.h>
>  #include <sys/stat.h>
>  #include <sys/stat.h>
> -- 
> 2.1.4
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

  reply	other threads:[~2015-05-30  6:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-29 22:38 [PATCH - alsa-plugins/arcam-av ] arcam-av: Include sys/select.h for fd_set definition Khem Raj
2015-05-30  6:44 ` Takashi Iwai [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-29 22:26 Khem Raj

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=s5hsiae8sz0.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=raj.khem@gmail.com \
    /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.