From: Mikko Rapeli Date: Mon, 16 Feb 2015 23:05:42 +0000 (+0100) Subject: include/uapi/sound/asequencer.h: include sound/asound.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bbf91c1c5bfc00c2961f15657359ee7e87de4269;p=deliverable%2Flinux.git include/uapi/sound/asequencer.h: include sound/asound.h 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 Signed-off-by: Takashi Iwai --- diff --git a/include/uapi/sound/asequencer.h b/include/uapi/sound/asequencer.h index 09c8a00ea503..5a5fa4956ebd 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)