diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 218000708..28f0c0b6b 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c @@ -101,13 +101,15 @@ #include "libbb.h" /* #include - no. linux/if_bonding.h pulls in linux/if.h */ +#include #include #include #include - #include "fix_u32.h" /* hack, so we may include kernel's ethtool.h */ #include - +#ifndef BOND_ABI_VERSION +# define BOND_ABI_VERSION 2 +#endif #ifndef IFNAMSIZ # define IFNAMSIZ 16 #endif