patch-src_have_h 532 B

12345678910111213141516171819202122232425
  1. --- tinc-1.0.23.orig/src/have.h 2013-09-25 21:21:09.000000000 +0200
  2. +++ tinc-1.0.23/src/have.h 2013-12-30 19:30:24.000000000 +0100
  3. @@ -175,9 +175,11 @@
  4. #include <netinet/ip6.h>
  5. #endif
  6. +#if defined(__GLIBC__)
  7. #ifdef HAVE_NET_ETHERNET_H
  8. #include <net/ethernet.h>
  9. #endif
  10. +#endif
  11. #ifdef HAVE_NET_IF_ARP_H
  12. #include <net/if_arp.h>
  13. @@ -191,8 +193,10 @@
  14. #include <netinet/icmp6.h>
  15. #endif
  16. +#if defined(__GLIBC__)
  17. #ifdef HAVE_NETINET_IF_ETHER_H
  18. #include <netinet/if_ether.h>
  19. #endif
  20. +#endif
  21. #endif /* __TINC_SYSTEM_H__ */