From 69e1a7c7de2dc8c6e2327ec8c0e50fe8a7aed33f Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 9 Feb 2000 05:10:55 +0000 Subject: [PATCH] More compilation fixes --- Makefile | 4 ++-- comedi/comedi_module.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 932f5329..baba3c4e 100644 --- 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 0a7ec7b1..09291abc 100644 --- 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 #endif #ifdef CONFIG_COMEDI_RTAI -- 2.26.2