1Fix musl build 2 3Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 4 5diff -uNr ptpd-ptpd-2.3.1.org/src/dep/net.c ptpd-ptpd-2.3.1/src/dep/net.c 6--- ptpd-ptpd-2.3.1.org/src/dep/net.c 2015-06-29 17:13:29.000000000 +0200 7+++ ptpd-ptpd-2.3.1/src/dep/net.c 2016-01-24 00:35:44.509860065 +0100 8@@ -82,7 +82,6 @@ 9 #ifdef SO_TIMESTAMPING 10 #include <linux/net_tstamp.h> 11 #include <linux/sockios.h> 12-#include <linux/ethtool.h> 13 #endif /* SO_TIMESTAMPING */ 14 15 /** 16