First Commit
[librecmc/package-feed.git] / net / linuxptp / patches / 001-musl-fix.patch
1 --- a/raw.c
2 +++ b/raw.c
3 @@ -20,7 +20,6 @@
4  #include <fcntl.h>
5  #include <linux/filter.h>
6  #include <linux/if_ether.h>
7 -#include <net/ethernet.h>
8  #include <net/if.h>
9  #include <netinet/in.h>
10  #include <netpacket/packet.h>
11 --- a/util.h
12 +++ b/util.h
13 @@ -20,6 +20,8 @@
14  #ifndef HAVE_UTIL_H
15  #define HAVE_UTIL_H
16  
17 +#include <time.h>
18 +
19  #include "ddt.h"
20  #include "ether.h"
21