diff options
| author | Bruce Momjian | 1999-07-15 23:04:24 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-07-15 23:04:24 +0000 |
| commit | a9591ce66aa69e82196800b0f4f7b6e35aea8e49 (patch) | |
| tree | 297fe17b4ac326fa1078134f10099c074e4052e0 /src/backend/postmaster | |
| parent | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (diff) | |
Change #include's to use <> and "" as appropriate.
Diffstat (limited to 'src/backend/postmaster')
| -rw-r--r-- | src/backend/postmaster/postmaster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 913768b2d14..81231f41ea2 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.109 1999/07/15 15:19:38 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.110 1999/07/15 23:03:22 momjian Exp $ * * NOTES * @@ -74,7 +74,7 @@ #endif #ifdef __CYGWIN32__ -#include <getopt.h> +#include "getopt.h" #endif #include "storage/ipc.h" |
