mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Added include needed for recent addition.
I hope everyone has sys/socket.h.
This commit is contained in:
parent
e6cacf9211
commit
baf9a6e24c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user