mirror of https://github.com/postgres/postgres
<netinet/tcp.h> is in SUSv3 and all targeted Unix systems have it. For Windows, we can provide a stub include file, to avoid some #ifdef noise. Discussion: https://postgr.es/m/CA+hUKGKErNfhmvb_H0UprEmp4LPzGN06yR2_0tYikjzB-2ECMw@mail.gmail.compull/102/head
parent
cce28f6268
commit
2492fe49dc
@ -0,0 +1,7 @@ |
||||
/* src/include/port/win32/netinet/tcp.h */ |
||||
#ifndef WIN32_NETINET_TCP_H |
||||
#define WIN32_NETINET_TCP_H |
||||
|
||||
#include <sys/socket.h> |
||||
|
||||
#endif |
||||
Loading…
Reference in new issue