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

Commit bf14017

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/version.c

+2-1
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)