From mboxrd@z Thu Jan 1 00:00:00 1970 From: Khem Raj Subject: [PATCH - alsa-plugins/arcam-av ] arcam-av: Include sys/select.h for fd_set definition Date: Fri, 29 May 2015 15:38:49 -0700 Message-ID: <1432939129-8343-1-git-send-email-raj.khem@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ig0-f182.google.com (mail-ig0-f182.google.com [209.85.213.182]) by alsa0.perex.cz (Postfix) with ESMTP id D318E266972 for ; Sat, 30 May 2015 00:38:54 +0200 (CEST) Received: by igbjd9 with SMTP id jd9so25386698igb.1 for ; Fri, 29 May 2015 15:38:54 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org Cc: Khem Raj List-Id: alsa-devel@alsa-project.org 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 --- 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 #include +#include #include #include #include -- 2.1.4