From: Bruce Momjian Date: Sun, 13 Oct 1996 18:38:04 +0000 (+0000) Subject: Added include needed for recent addition. X-Git-Tag: REL2_0~455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baf9a6e24c5a11b4f26be6335e87d27fc34b5f0c;p=postgresql Added include needed for recent addition. I hope everyone has sys/socket.h. --- diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 15b0e10b20..cc9d2865c4 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -10,7 +10,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.14 1996/10/13 04:49:48 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.15 1996/10/13 18:38:04 momjian Exp $ * * NOTES * @@ -50,6 +50,7 @@ #ifndef MAXHOSTNAMELEN #include /* for MAXHOSTNAMELEN on some */ #endif +#include #if defined(USE_LIMITS_H) # include # define MAXINT INT_MAX