aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-24 03:12:55 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-24 03:12:55 +0000
commit7549bb66c233d7034975458d8177e806061679e2 (patch)
treecdbc57429c4f5e10f02a853bff1d59d75b21e78f
parent9fdb5012935eab8321db467515db24fae54fe1e2 (diff)
downloadpostgresql-7549bb66c233d7034975458d8177e806061679e2.tar.gz
postgresql-7549bb66c233d7034975458d8177e806061679e2.zip
Add an '#include <sys/types.h>' for the netinet/in.h section
-rw-r--r--src/include/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index abde7c5f658..79131df2e20 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -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>