More compilation fixes r0_7_38
authorDavid Schleef <ds@schleef.org>
Wed, 9 Feb 2000 05:10:55 +0000 (05:10 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 9 Feb 2000 05:10:55 +0000 (05:10 +0000)
Makefile
comedi/comedi_module.h

index 932f53294eb0cc64925ec9cb99936d2a47045725..baba3c4ec08b367713cff40ad53db2abd08a267a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ VERS3 = 38
 INSTALLDIR=/usr
 
 #LINUXDIR = /usr/src/linux
-#LINUXDIR = /d/ds/cvs/rtl/linux22
-LINUXDIR = /d/ds/cvs/linux22
+LINUXDIR = /d/ds/cvs/rtl/linux22
+#LINUXDIR = /d/ds/cvs/linux22
 
 # define the following if you want to compile using RTL
 # headers that aren't in the default location
index 0a7ec7b118561fe357abe3120a5ed690e5cb21fb..09291abc0aa4014c555a6158377b35f0f74dbafe 100644 (file)
@@ -58,6 +58,8 @@ struct comedi_irq_struct * get_irq_struct(unsigned int);
 #ifdef CONFIG_COMEDI_RTL
 void comedi_rtl_init(void);
 void comedi_rtl_cleanup(void);
+
+#include <rtl_printf.h>
 #endif
 
 #ifdef CONFIG_COMEDI_RTAI