projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b7f03f
)
More compilation fixes
r0_7_38
author
David Schleef
<ds@schleef.org>
Wed, 9 Feb 2000 05:10:55 +0000
(
05:10
+0000)
committer
David Schleef
<ds@schleef.org>
Wed, 9 Feb 2000 05:10:55 +0000
(
05:10
+0000)
Makefile
patch
|
blob
|
history
comedi/comedi_module.h
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
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
diff --git
a/comedi/comedi_module.h
b/comedi/comedi_module.h
index 0a7ec7b118561fe357abe3120a5ed690e5cb21fb..09291abc0aa4014c555a6158377b35f0f74dbafe 100644
(file)
--- a/
comedi/comedi_module.h
+++ b/
comedi/comedi_module.h
@@
-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