PostgreSQL Source Code git master
netdb.h
Go to the documentation of this file.
1/* src/include/port/win32/netdb.h */
2#ifndef WIN32_NETDB_H
3#define WIN32_NETDB_H
4
5#include <ws2tcpip.h>
6
7#endif