tinc: fix musl compatibility
[feed/packages.git] / net / tinc / patches / 100-musl-compat.patch
1 --- a/src/have.h
2 +++ b/src/have.h
3 @@ -196,4 +196,8 @@
4 #include <netinet/if_ether.h>
5 #endif
6
7 +#ifdef HAVE_LINUX_IF_TUN_H
8 +#include <linux/if_tun.h>
9 +#endif
10 +
11 #endif /* __TINC_SYSTEM_H__ */