summaryrefslogtreecommitdiffstats
path: root/testing/openvswitch/musl-if_packet.patch
blob: ff9d76119e429bfe81c12f4b70927cef7cb9eede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./lib/netdev-linux.c.orig
+++ ./lib/netdev-linux.c
@@ -37,10 +37,9 @@
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/socket.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>