Loading configure.ac +3 −0 Original line number Diff line number Diff line Loading @@ -1038,6 +1038,9 @@ dnl default includes #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif ] ) Loading lib/connect.c +5 −0 Original line number Diff line number Diff line Loading @@ -32,10 +32,15 @@ #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> /* <netinet/tcp.h> may need it */ #endif #ifdef HAVE_NETINET_TCP_H #include <netinet/tcp.h> /* for TCP_NODELAY */ #endif #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif Loading Loading
configure.ac +3 −0 Original line number Diff line number Diff line Loading @@ -1038,6 +1038,9 @@ dnl default includes #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif ] ) Loading
lib/connect.c +5 −0 Original line number Diff line number Diff line Loading @@ -32,10 +32,15 @@ #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> /* <netinet/tcp.h> may need it */ #endif #ifdef HAVE_NETINET_TCP_H #include <netinet/tcp.h> /* for TCP_NODELAY */ #endif #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif Loading