Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755328AbbBQGqd (ORCPT ); Tue, 17 Feb 2015 01:46:33 -0500 Received: from cantor2.suse.de ([195.135.220.15]:42979 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755122AbbBQGqa (ORCPT ); Tue, 17 Feb 2015 01:46:30 -0500 Date: Tue, 17 Feb 2015 07:46:29 +0100 Message-ID: From: Takashi Iwai To: Mikko Rapeli Cc: linux-kernel@vger.kernel.org, Jaroslav Kysela , alsa-devel@alsa-project.org, linux-api@vger.kernel.org Subject: Re: [PATCH 39/45] include/uapi/sound/asequencer.h: include sound/asound.h In-Reply-To: <1424127948-22484-40-git-send-email-mikko.rapeli@iki.fi> References: <1424127948-22484-1-git-send-email-mikko.rapeli@iki.fi> <1424127948-22484-40-git-send-email-mikko.rapeli@iki.fi> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.4 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1059 Lines: 38 At Tue, 17 Feb 2015 00:05:42 +0100, Mikko Rapeli wrote: > > Fixes userspace compilation error: > error: unknown type name ‘snd_seq_client_type_t’ > snd_seq_client_type_t type; /* client type */ > > Signed-off-by: Mikko Rapeli Applied for 3.21, thanks. Takashi > --- > include/uapi/sound/asequencer.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/uapi/sound/asequencer.h b/include/uapi/sound/asequencer.h > index 09c8a00..5a5fa49 100644 > --- a/include/uapi/sound/asequencer.h > +++ b/include/uapi/sound/asequencer.h > @@ -22,6 +22,7 @@ > #ifndef _UAPI__SOUND_ASEQUENCER_H > #define _UAPI__SOUND_ASEQUENCER_H > > +#include > > /** version of the sequencer */ > #define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION (1, 0, 1) > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/