linuxptp: Add package
[openwrt/openwrt.git] / net / linuxptp / patches / 001-musl-fix.patch
1 Index: linuxptp-20151118/raw.c
2 ===================================================================
3 --- linuxptp-20151118.orig/raw.c 2016-01-08 13:39:56.000000000 +0100
4 +++ linuxptp-20151118/raw.c 2016-01-13 09:16:51.951784148 +0100
5 @@ -20,7 +20,6 @@
6 #include <fcntl.h>
7 #include <linux/filter.h>
8 #include <linux/if_ether.h>
9 -#include <net/ethernet.h>
10 #include <net/if.h>
11 #include <netinet/in.h>
12 #include <netpacket/packet.h>