diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-02-24 03:12:55 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-24 03:12:55 +0000 |
commit | 7549bb66c233d7034975458d8177e806061679e2 (patch) | |
tree | cdbc57429c4f5e10f02a853bff1d59d75b21e78f | |
parent | 9fdb5012935eab8321db467515db24fae54fe1e2 (diff) | |
download | postgresql-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.in | 1 |
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> |