diff -r aa0f6f939cb3 -r ca345abf0565 master/ethernet.h --- a/master/ethernet.h Tue Apr 10 19:09:51 2012 +0200 +++ b/master/ethernet.h Tue Apr 10 19:10:56 2012 +0200 @@ -39,7 +39,12 @@ #include #include + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) #include +#else +#include +#endif #include "globals.h" #include "slave.h"