1 2 3 4 5 6 7
/* src/include/port/win32/netinet/tcp.h */ #ifndef WIN32_NETINET_TCP_H #define WIN32_NETINET_TCP_H #include <sys/socket.h> #endif