mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Add an '#include <sys/types.h>' for the netinet/in.h section
This commit is contained in:
parent
9fdb501293
commit
7549bb66c2
@ -103,6 +103,7 @@ int gethostname(char *name, int namelen);
|
||||
#ifndef HAVE_INET_ATON
|
||||
# ifdef HAVE_ARPA_INET_H
|
||||
# ifdef HAVE_NETINET_IN_H
|
||||
# include <sys/types.h>
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
# include <arpa/inet.h>
|
||||
|
Loading…
Reference in New Issue
Block a user