add if_ether.h since it not in if.h on some systems.
(Logical change 1.52)
This commit is contained in:
parent
51e06ba452
commit
17ce7fd51c
|
|
@ -27,6 +27,7 @@
|
|||
#include <time.h>
|
||||
#include <signal.h>
|
||||
#include <linux/if.h>
|
||||
#include <linux/if_ether.h>
|
||||
#include <linux/if_arp.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue