Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9f1b6bf

Browse files
author
Bryan Henderson
committed
Add #include <unistd.h> to quiet compiler warning about missing getopt() declaratoin.
1 parent 4e70c05 commit 9f1b6bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/bootstrap/bootstrap.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
* Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.9 1996/10/23 07:39:42 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.10 1996/11/10 01:37:48 bryanh Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
14+
#include <unistd.h> /* For getopt() */
1415
#include <time.h>
1516
#include <stdio.h>
1617
#include <signal.h>

0 commit comments

Comments
 (0)