mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
ifenslave: wants net/if.h
This commit is contained in:
parent
9f9c1935fa
commit
ee34ebe966
@ -100,14 +100,15 @@
|
|||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
||||||
|
#include <net/if.h>
|
||||||
#include <net/if_arp.h>
|
#include <net/if_arp.h>
|
||||||
#include <linux/if_bonding.h>
|
#include <linux/if_bonding.h>
|
||||||
#include <linux/sockios.h>
|
#include <linux/sockios.h>
|
||||||
|
|
||||||
typedef unsigned long long u64; /* hack, so we may include kernel's ethtool.h */
|
typedef uint64_t u64; /* hack, so we may include kernel's ethtool.h */
|
||||||
typedef uint32_t u32; /* ditto */
|
typedef uint32_t u32; /* ditto */
|
||||||
typedef uint16_t u16; /* ditto */
|
typedef uint16_t u16; /* ditto */
|
||||||
typedef uint8_t u8; /* ditto */
|
typedef uint8_t u8; /* ditto */
|
||||||
#include <linux/ethtool.h>
|
#include <linux/ethtool.h>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user