mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 06:37:06 -04:00
Add an '#include <sys/types.h>' for the netinet/in.h section
This commit is contained in:
parent
9fdb501293
commit
7549bb66c2
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue