diff -r 31dc4ec8710c -r 7802a7d5584f include/unix/canfestival.h --- a/include/unix/canfestival.h Tue Feb 12 09:42:56 2008 +0100 +++ b/include/unix/canfestival.h Tue Feb 12 09:44:55 2008 +0100 @@ -10,7 +10,10 @@ #include "data.h" #include "timers_driver.h" +#ifndef __KERNEL__ #include +#endif + typedef void* LIB_HANDLE; UNS8 UnLoadCanDriver(LIB_HANDLE handle);