--- ../linux-2.4.20-wt14/sound/core/misc.c Fri May 2 00:58:14 2003 +++ ./sound/core/misc.c Fri May 2 01:21:28 2003 @@ -19,13 +19,13 @@ * */ -#include #include #include #include #include #include #include +#include int snd_task_name(struct task_struct *task, char *name, size_t size) { --- ./drivers/sound/Makefile.orig Fri May 2 16:41:00 2003 +++ ./drivers/sound/Makefile Fri May 2 16:41:45 2003 @@ -14,7 +14,7 @@ # Each configuration option enables a list of files. -ifeq ($(CONFIG_SND),n) +ifneq ($(CONFIG_SND),y) obj-$(CONFIG_SOUND) += soundcore.o endif obj-$(CONFIG_SOUND_OSS) += sound.o