1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Tweak includes to avoid compiler warning on HPUX.

This commit is contained in:
Tom Lane
2000-01-20 04:11:52 +00:00
parent 7476e3718b
commit d242b64ba2
2 changed files with 11 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.133 2000/01/09 12:13:24 ishii Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.134 2000/01/20 04:11:52 tgl Exp $
*
* NOTES
*
@@ -34,7 +34,6 @@
*/
#include <unistd.h>
#include <signal.h>
#include <time.h>
#include <sys/wait.h>
#include <ctype.h>
#include <sys/types.h>
@@ -43,6 +42,7 @@
#include <sys/socket.h>
#include <errno.h>
#include <fcntl.h>
#include <time.h>
#include <sys/param.h>
#include "postgres.h"