--- eject.c.orig 2002-12-09 22:28:08.000000000 +0000 +++ eject.c 2003-11-08 17:06:43.000000000 +0000 @@ -58,7 +58,13 @@ #include #include #include -#include +#ifndef __KERNEL__ +# define __KERNEL__ +# include +# undef __KERNEL__ +#else +# include +#endif #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,1,0) #include