diff options
author | Mikko Rapeli <mikko.rapeli@iki.fi> | 2015-02-17 00:05:42 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-02-17 07:44:06 +0100 |
commit | bbf91c1c5bfc00c2961f15657359ee7e87de4269 (patch) | |
tree | 74afa2115024a3e8114756c100726868b5562b21 /include/uapi | |
parent | 4bebf7091aa15ec60edf0dcbc654410a87ca21fe (diff) |
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 <mikko.rapeli@iki.fi>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/sound/asequencer.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sound/asound.h> /** version of the sequencer */ #define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION (1, 0, 1) |