Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f1b6bf

Browse files
author
Bryan Henderson
committed
Add #include <unistd.h> to quiet compiler warning about missing getopt() declaratoin.
1 parent4e70c05 commit9f1b6bf

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)

[8]ページ先頭

©2009-2025 Movatter.jp