]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/rp-pppoe/if.c
rp-pppoe: Fix compilation with musl libc
[ppp.git] / pppd / plugins / rp-pppoe / if.c
index 07b20b1717ab5e9637a0394e5f83154733a272d7..225dd567c2e7486c5ef3998c108ac5e8bb18afce 100644 (file)
@@ -30,10 +30,6 @@ static char const RCSID[] =
 #include <linux/if_packet.h>
 #endif
 
-#ifdef HAVE_NET_ETHERNET_H
-#include <net/ethernet.h>
-#endif
-
 #ifdef HAVE_ASM_TYPES_H
 #include <asm/types.h>
 #endif