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

Commitbf14017

Browse files
author
Bryan Henderson
committed
Put in #include <fcntl.h> for those systems that don't have it included by something else.
1 parentf93f780 commitbf14017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/utils/version.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.2 1996/11/11 14:44:04 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.3 1996/11/26 01:17:56 bryanh Exp $
1111
*
1212
* NOTES
1313
*XXX eventually, should be able to handle version identifiers
@@ -18,6 +18,7 @@
1818
*-------------------------------------------------------------------------
1919
*/
2020
#include<sys/file.h>
21+
#include<fcntl.h>/* For open() flags */
2122
#include<sys/types.h>
2223
#include<sys/stat.h>
2324
#include<ctype.h>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp