Commit 53bae303 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Fix compilation with compat support

ALSA sequencer
Fix the compilation with 32bit compat support.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a0cb9dbf
......@@ -37,8 +37,8 @@
#include "seq_info.h"
#include "seq_system.h"
#include <sound/seq_device.h>
#if defined(CONFIG_SND_BIT32_EMUL) || defined(CONFIG_SND_BIT32_EMUL_MODULE)
#include "../ioctl32/ioctl32.h"
#ifdef CONFIG_COMPAT
#include <linux/compat.h>
#endif
/* Client Manager
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment