aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvswitch/musl-if_packet.patch
blob: e57b30778dd6b9086ddb8456bf19edac7c072b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- openvswitch-2.4.0/lib/netdev-linux.c	2015-08-20 00:33:42.960971996 +0000
+++ openvswitch-2.4.0/lib/netdev-linux.c.new	2015-08-22 18:16:10.741115156 +0000
@@ -37,10 +37,9 @@
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #include <sys/utsname.h>
-#include <netpacket/packet.h>
 #include <net/if.h>
 #include <net/if_arp.h>
-#include <net/if_packet.h>
+#include <linux/if_packet.h>
 #include <net/route.h>
 #include <netinet/in.h>
 #include <poll.h>