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:26:20 -0700 Message-ID: <1432938380-6174-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-f178.google.com (mail-ig0-f178.google.com [209.85.213.178]) by alsa0.perex.cz (Postfix) with ESMTP id 151E5266971 for ; Sat, 30 May 2015 00:26:28 +0200 (CEST) Received: by igbpi8 with SMTP id pi8so24952487igb.1 for ; Fri, 29 May 2015 15:26:26 -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