This patch fixes a compilation problem of undeclared TASK_INTERRUPTIBLE and TASK_UNINTERRUPTIBLE in acore/wrappers.c Detected on an alpha machine w/ 2.4.27, gcc 3.3.5 Signed-off-by: Martin Langer <martin-langer@xxxxxx>
--- wrappers.c~ 2005-11-17 12:14:24.000000000 +0100 +++ wrappers.c 2006-05-29 15:04:53.000000000 +0200 @@ -4,6 +4,7 @@ #include <linux/version.h> #include <linux/config.h> #include <linux/string.h> +#include <linux/sched.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #if defined(CONFIG_MODVERSIONS) && !defined(__GENKSYMS__) && !defined(__DEPEND__)
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel