projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e70c05
)
Add #include <unistd.h> to quiet compiler warning about missing getopt() declaratoin.
author
Bryan Henderson
<
[email protected]
>
Sun, 10 Nov 1996 01:37:48 +0000
(
01:37
+0000)
committer
Bryan Henderson
<
[email protected]
>
Sun, 10 Nov 1996 01:37:48 +0000
(
01:37
+0000)
src/backend/bootstrap/bootstrap.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/bootstrap/bootstrap.c
b/src/backend/bootstrap/bootstrap.c
index f636209f8efb47e7161cd9b25fb6a67ba1b2094c..7f219634c6f6ff5ed0d984421ed48fff865a41fc 100644
(file)
--- a/
src/backend/bootstrap/bootstrap.c
+++ b/
src/backend/bootstrap/bootstrap.c
@@
-7,10
+7,11
@@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.
9 1996/10/23 07:39:42 scrappy
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.
10 1996/11/10 01:37:48 bryanh
Exp $
*
*-------------------------------------------------------------------------
*/
+#include <unistd.h> /* For getopt() */
#include <time.h>
#include <stdio.h>
#include <signal.h>