Fix to pull in the RTAI config.h
authorDavid Schleef <ds@schleef.org>
Thu, 26 Jul 2001 13:05:22 +0000 (13:05 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 26 Jul 2001 13:05:22 +0000 (13:05 +0000)
include/linux/config.h

index 9fedcf92120fd64908d43d0ad1834fb7bfb61241..4d928ccd1ecf13b51a499da3451c04377d5d0c5d 100644 (file)
@@ -1,4 +1,7 @@
 
 #include <modbuild/config.h>
+#ifdef CONFIG_COMEDI_RTAI
+#include_next <modbuild/config.h>
+#endif
 #include_next <linux/config.h>