openvpn: fix compile error with musl

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

SVN-Revision: 41425
This commit is contained in:
Felix Fietkau 2014-06-30 15:34:03 +00:00
parent 2289e58252
commit d78404c24a

View File

@ -0,0 +1,13 @@
--- 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