diff options
Diffstat (limited to 'main/openvpn/fix-headers.patch')
-rw-r--r-- | main/openvpn/fix-headers.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/openvpn/fix-headers.patch b/main/openvpn/fix-headers.patch new file mode 100644 index 0000000000..0e458d68ac --- /dev/null +++ b/main/openvpn/fix-headers.patch @@ -0,0 +1,13 @@ +--- openvpn-2.3.2.orig/src/openvpn/syshead.h ++++ openvpn-2.3.2/src/openvpn/syshead.h +@@ -214,10 +214,6 @@ + + #ifdef TARGET_LINUX + +-#if defined(HAVE_NETINET_IF_ETHER_H) +-#include <netinet/if_ether.h> +-#endif +- + #ifdef HAVE_LINUX_IF_TUN_H + #include <linux/if_tun.h> + #endif |