From eb8d87f8d5dacb2b5418aba560f7adc44d366a84 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 19 Oct 2009 09:33:01 +0000 Subject: [PATCH] [Following Linus's linux-2.6 tree...] Now that sched.h was removed from poll.h, serial2002.c needs to include it otherwise it does not build properly. Signed-off-by: Greg Kroah-Hartman --- comedi/drivers/serial2002.c | 1 + 1 file changed, 1 insertion(+) diff --git a/comedi/drivers/serial2002.c b/comedi/drivers/serial2002.c index 924d9532..42841c13 100644 --- a/comedi/drivers/serial2002.c +++ b/comedi/drivers/serial2002.c @@ -35,6 +35,7 @@ Status: in development #include #include +#include #include #include -- 2.26.2