From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 39/45] include/uapi/sound/asequencer.h: include sound/asound.h Date: Tue, 17 Feb 2015 07:46:29 +0100 Message-ID: References: <1424127948-22484-1-git-send-email-mikko.rapeli@iki.fi> <1424127948-22484-40-git-send-email-mikko.rapeli@iki.fi> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1424127948-22484-40-git-send-email-mikko.rapeli@iki.fi> Sender: linux-kernel-owner@vger.kernel.org To: Mikko Rapeli Cc: linux-kernel@vger.kernel.org, Jaroslav Kysela , alsa-devel@alsa-project.org, linux-api@vger.kernel.org List-Id: alsa-devel@alsa-project.org At Tue, 17 Feb 2015 00:05:42 +0100, Mikko Rapeli wrote: >=20 > Fixes userspace compilation error: > error: unknown type name =E2=80=98snd_seq_client_type_t=E2=80=99 > snd_seq_client_type_t type; /* client type */ >=20 > Signed-off-by: Mikko Rapeli Applied for 3.21, thanks. Takashi > --- > include/uapi/sound/asequencer.h | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/include/uapi/sound/asequencer.h b/include/uapi/sound/ase= quencer.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 > =20 > +#include > =20 > /** version of the sequencer */ > #define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION (1, 0, 1) > --=20 > 2.1.4 >=20