RTAI support was broken in comedi-0.7.75 due to missing RTAI_VERSION_CODE
authorIan Abbott <abbotti@mev.co.uk>
Tue, 27 Nov 2007 13:17:02 +0000 (13:17 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Tue, 27 Nov 2007 13:17:02 +0000 (13:17 +0000)
and RTAI_MANGLE_VERSION in comedi/drivers/comedi_rt_timer.c.
Added #include <rtai_version.h> to include/linux/comedi_rt.h to fix it.

include/linux/comedi_rt.h

index 1e36abd5522645623ec35d832f85900eb0699afa..093989fc7a5579ed340e6fb8c9ec6d414b752a06 100644 (file)
@@ -41,6 +41,7 @@
 #ifdef CONFIG_COMEDI_RTAI
 #include <rtai.h>
 #include <rtai_sched.h>
+#include <rtai_version.h>
 #endif
 #ifdef CONFIG_COMEDI_RTL
 #include <rtl_core.h>