We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925800c commit 7320a81Copy full SHA for 7320a81
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.303 2003/01/06 09:58:36 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.304 2003/01/07 18:48:13 momjian Exp $
41
42
* NOTES
43
@@ -72,6 +72,7 @@
72
#include <fcntl.h>
73
#include <time.h>
74
#include <sys/param.h>
75
+#include <netinet/in.h>
76
#include <arpa/inet.h>
77
#include <netdb.h>
78
#include <limits.h>
0 commit comments