From: Ian Abbott Date: Mon, 19 Oct 2009 09:33:01 +0000 (+0000) Subject: [Following Linus's linux-2.6 tree...] X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb8d87f8d5dacb2b5418aba560f7adc44d366a84;p=comedi.git [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 --- 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