From: Marc G. Fournier Date: Tue, 24 Feb 1998 03:12:55 +0000 (+0000) Subject: Add an '#include ' for the netinet/in.h section X-Git-Tag: REL6_3~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7549bb66c233d7034975458d8177e806061679e2;p=thirdparty%2Fpostgresql.git Add an '#include ' for the netinet/in.h section --- 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 # include # endif # include