1
0

patch-sysincludes_h 383 B

1234567891011121314
  1. --- socat-1.7.2.2.orig/sysincludes.h 2011-12-06 08:45:03.000000000 +0100
  2. +++ socat-1.7.2.2/sysincludes.h 2013-12-25 15:43:19.000000000 +0100
  3. @@ -136,9 +136,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
  12. #if HAVE_TERMIOS_H && _WITH_TERMIOS
  13. #include <termios.h>