projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
925800c
)
Silence compiler warning caused by removal of netinet/in.h
author
Bruce Momjian
<bruce@momjian.us>
Tue, 7 Jan 2003 18:48:13 +0000
(18:48 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 7 Jan 2003 18:48:13 +0000
(18:48 +0000)
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index 77436002c9d11df76b0547b0f3f219cb9bac66ff..f5048372c03b70d50a1e66acadb97b7ae9991194 100644
(file)
--- a/
src/backend/postmaster/postmaster.c
+++ b/
src/backend/postmaster/postmaster.c
@@
-37,7
+37,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.30
3 2003/01/06 09:58:36 petere
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.30
4 2003/01/07 18:48:13 momjian
Exp $
*
* NOTES
*
@@
-72,6
+72,7
@@
#include <fcntl.h>
#include <time.h>
#include <sys/param.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <limits.h>