diff --git a/master/ethernet.h b/master/ethernet.h index 109349d7..b0b3860c 100644 --- a/master/ethernet.h +++ b/master/ethernet.h @@ -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"