patch-WWW_Library_Implementation_www_tcp_h 540 B

1234567891011121314151617
  1. --- lynx2-8-7.orig/WWW/Library/Implementation/www_tcp.h 2007-08-03 01:24:27.000000000 +0200
  2. +++ lynx2-8-7/WWW/Library/Implementation/www_tcp.h 2009-06-13 12:34:28.000000000 +0200
  3. @@ -777,12 +777,14 @@ Defaults
  4. #ifndef NO_IOCTL
  5. #include <sys/ioctl.h> /* EJB */
  6. #endif /* !NO_IOCTL */
  7. +#ifndef HOSTBUILD
  8. #include <sys/socket.h>
  9. #include <netinet/in.h>
  10. #ifdef HAVE_ARPA_INET_H
  11. #include <arpa/inet.h> /* Must be after netinet/in.h */
  12. #endif
  13. #include <netdb.h>
  14. +#endif
  15. #endif /* TCP includes */
  16. typedef unsigned short PortNumber;