mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Add an '#include <sys/types.h>' for the netinet/in.h section
This commit is contained in:
@ -103,6 +103,7 @@ int gethostname(char *name, int namelen);
|
|||||||
#ifndef HAVE_INET_ATON
|
#ifndef HAVE_INET_ATON
|
||||||
# ifdef HAVE_ARPA_INET_H
|
# ifdef HAVE_ARPA_INET_H
|
||||||
# ifdef HAVE_NETINET_IN_H
|
# ifdef HAVE_NETINET_IN_H
|
||||||
|
# include <sys/types.h>
|
||||||
# include <netinet/in.h>
|
# include <netinet/in.h>
|
||||||
# endif
|
# endif
|
||||||
# include <arpa/inet.h>
|
# include <arpa/inet.h>
|
||||||
|
Reference in New Issue
Block a user