--- environ.c 2003-06-27 09:58:04.000000000 +0100 +++ environ.c.plasmaroo 2004-02-29 12:04:33.000000000 +0000 @@ -56,6 +56,10 @@ #if defined(linux) #include #include + #include + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) + #include + #endif #elif defined(__FreeBSD__) #include #include