diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 03:14:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 03:14:30 +0000 |
commit | 9b645d481ccfa3638de915e0f75e3dfe9d520b79 (patch) | |
tree | 99ce60a6b354e7f817eb5c502af6936739146596 /src/backend/bootstrap/bootstrap.c | |
parent | a9591ce66aa69e82196800b0f4f7b6e35aea8e49 (diff) |
Update #include cleanups
Diffstat (limited to 'src/backend/bootstrap/bootstrap.c')
-rw-r--r-- | src/backend/bootstrap/bootstrap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 35da114e31a..0603560b284 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -7,11 +7,11 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.62 1999/07/15 22:38:55 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.63 1999/07/16 03:12:46 momjian Exp $ * *------------------------------------------------------------------------- */ -#include <unistd.h> /* For getopt() */ +#include <unistd.h> #include <time.h> #include <stdio.h> #include <signal.h> |