aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-10-13 18:38:04 +0000
committerBruce Momjian <bruce@momjian.us>1996-10-13 18:38:04 +0000
commitbaf9a6e24c5a11b4f26be6335e87d27fc34b5f0c (patch)
tree352a45977b7236dbe1bffb7cf2e870dabc80ac51 /src
parente6cacf9211f423ea4184cdfa11473da70d17144a (diff)
downloadpostgresql-baf9a6e24c5a11b4f26be6335e87d27fc34b5f0c.tar.gz
postgresql-baf9a6e24c5a11b4f26be6335e87d27fc34b5f0c.zip
Added include needed for recent addition.
I hope everyone has sys/socket.h.
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/postmaster.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 15b0e10b204..cc9d2865c4a 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 <netdb.h> /* for MAXHOSTNAMELEN on some */
#endif
+#include <sys/socket.h>
#if defined(USE_LIMITS_H)
# include <machine/limits.h>
# define MAXINT INT_MAX