projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6cacf9
)
Added include needed for recent addition.
author
Bruce Momjian
<
[email protected]
>
Sun, 13 Oct 1996 18:38:04 +0000
(18:38 +0000)
committer
Bruce Momjian
<
[email protected]
>
Sun, 13 Oct 1996 18:38:04 +0000
(18:38 +0000)
I hope everyone has sys/socket.h.
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index 15b0e10b2040308a5ec391978f4baeeb5e38274c..cc9d2865c4a20c7e8a23e3edcb58f15551e44d09 100644
(file)
--- 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.1
4 1996/10/13 04:49:48
momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.1
5 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