We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93f780 commit bf14017Copy full SHA for bf14017
src/utils/version.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.2 1996/11/11 14:44:04 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.3 1996/11/26 01:17:56 bryanh Exp $
11
12
* NOTES
13
* XXX eventually, should be able to handle version identifiers
@@ -18,6 +18,7 @@
18
*-------------------------------------------------------------------------
19
*/
20
#include <sys/file.h>
21
+#include <fcntl.h> /* For open() flags */
22
#include <sys/types.h>
23
#include <sys/stat.h>
24
#include <ctype.h>
0 commit comments