Skip to content
Snippets Groups Projects
Commit d78404c2 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

openvpn: fix compile error with musl


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 41425
parent 2289e582
No related branches found
No related tags found
No related merge requests found
--- a/src/openvpn/syshead.h
+++ b/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment