Commit baf9a6e2 authored by Bruce Momjian's avatar Bruce Momjian

Added include needed for recent addition.

I hope everyone has sys/socket.h.
parent e6cacf92
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* *
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
#ifndef MAXHOSTNAMELEN #ifndef MAXHOSTNAMELEN
#include <netdb.h> /* for MAXHOSTNAMELEN on some */ #include <netdb.h> /* for MAXHOSTNAMELEN on some */
#endif #endif
#include <sys/socket.h>
#if defined(USE_LIMITS_H) #if defined(USE_LIMITS_H)
# include <machine/limits.h> # include <machine/limits.h>
# define MAXINT INT_MAX # define MAXINT INT_MAX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment