瀏覽代碼

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>
Mikko Rapeli 10 年之前
父節點
當前提交
bbf91c1c5b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/uapi/sound/asequencer.h

+ 1 - 0
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)