avr32: use 4.4.x, serial is broken in 4.9.x
[openadk.git] / package / socat / patches / patch-sysincludes_h
blob158630e6604c74fc16f072c93ddd8639b45e0657
1 --- socat-1.7.3.0.orig/sysincludes.h    2015-01-24 11:15:22.000000000 +0100
2 +++ socat-1.7.3.0/sysincludes.h 2015-12-29 20:35:27.000000000 +0100
3 @@ -141,9 +141,11 @@
4  #if HAVE_NETINET_IF_ETHER_H
5  #include <netinet/if_ether.h>
6  #endif
7 +#if defined(__GLIBC__)
8  #if HAVE_LINUX_IF_TUN_H
9  #include <linux/if_tun.h>
10  #endif
11 +#endif
13  #if HAVE_TERMIOS_H && _WITH_TERMIOS
14  #include <termios.h>