Remove spurius include of netinet/if_ether.h, fixes #76

This commit is contained in:
Jeremy Lakeman 2014-04-07 13:22:17 +09:30
parent dd9f5fb713
commit 81d349211a

1
lsif.c
View File

@ -43,7 +43,6 @@
#ifndef SIOCGIFCONF
#include <sys/sockio.h>
#endif
#include <netinet/if_ether.h>
#if __MACH__
#include <net/if_dl.h>
#endif