1From fdb64d21560bfdafeefccc7d20e105e4857faa99 Mon Sep 17 00:00:00 2001 2From: Khem Raj <raj.khem@gmail.com> 3Date: Tue, 28 Mar 2017 19:20:07 -0700 4Subject: [PATCH] ppoe: Dont include linux/if_ether.h 5 6Fixes build with musl 7 8Signed-off-by: Khem Raj <raj.khem@gmail.com> 9 10--- 11 src/pppoe.h | 4 ---- 12 1 file changed, 4 deletions(-) 13 14diff --git a/src/pppoe.h b/src/pppoe.h 15index ec067a0..281879c 100644 16--- a/src/pppoe.h 17+++ b/src/pppoe.h 18@@ -127,10 +127,6 @@ typedef unsigned long UINT32_t; 19 #error Could not find a 32-bit integer type 20 #endif 21 22-#ifdef HAVE_LINUX_IF_ETHER_H 23-#include <linux/if_ether.h> 24-#endif 25- 26 #include <netinet/in.h> 27 28 #ifdef HAVE_NETINET_IF_ETHER_H 29