blob: 5ef90ac84e82552d3cfd03da1a11322c5ad0af19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- socat-1.7.2.4.orig/sysincludes.h
+++ socat-1.7.2.4/sysincludes.h
@@ -134,7 +134,7 @@
#include <netpacket/packet.h>
#endif
#if HAVE_NETINET_IF_ETHER_H
-#include <netinet/if_ether.h>
+#include <linux/if_ether.h>
#endif
#if HAVE_LINUX_IF_TUN_H
#include <linux/if_tun.h>
|