diff options
Diffstat (limited to 'networking/ifenslave.c')
-rw-r--r-- | networking/ifenslave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 28f0c0b6b..0b3ebf72a 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c | |||
@@ -102,7 +102,7 @@ | |||
102 | 102 | ||
103 | /* #include <net/if.h> - no. linux/if_bonding.h pulls in linux/if.h */ | 103 | /* #include <net/if.h> - no. linux/if_bonding.h pulls in linux/if.h */ |
104 | #include <linux/if.h> | 104 | #include <linux/if.h> |
105 | #include <net/if_arp.h> | 105 | //#include <net/if_arp.h> - not needed? |
106 | #include <linux/if_bonding.h> | 106 | #include <linux/if_bonding.h> |
107 | #include <linux/sockios.h> | 107 | #include <linux/sockios.h> |
108 | #include "fix_u32.h" /* hack, so we may include kernel's ethtool.h */ | 108 | #include "fix_u32.h" /* hack, so we may include kernel's ethtool.h */ |