mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Silence compiler warning caused by removal of netinet/in.h
This commit is contained in:
parent
925800cc0b
commit
7320a81ad6
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $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 $
|
||||
*
|
||||
* 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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue