diff options
| author | Bryan Henderson | 1996-11-27 08:16:44 +0000 |
|---|---|---|
| committer | Bryan Henderson | 1996-11-27 08:16:44 +0000 |
| commit | 9c0afeabb7820fa0a3bc469b38a7748450b50a32 (patch) | |
| tree | 7cef911cec9d8ba5243385d477e0d36e49094793 /src/backend/postmaster | |
| parent | a38365e0ebca0297d4909cb25cccff52cfa735ec (diff) | |
More stuff to make it compile on various ports.
Diffstat (limited to 'src/backend/postmaster')
| -rw-r--r-- | src/backend/postmaster/postmaster.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index f654feb7c65..f5864cc5936 100644 --- 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.26 1996/11/24 04:07:00 bryanh Exp $ + * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.27 1996/11/27 08:15:36 bryanh Exp $ * * NOTES * @@ -80,6 +80,7 @@ #include "utils/mcxt.h" #include "storage/proc.h" #include "utils/elog.h" +#include "port-protos.h" /* For gethostname() */ #if defined(DBX_VERSION) # define FORK() (0) |
