projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f93f780
)
Put in #include <fcntl.h> for those systems that don't have it included by something...
author
Bryan Henderson
<bryanh@giraffe.netgate.net>
Tue, 26 Nov 1996 01:17:56 +0000
(
01:17
+0000)
committer
Bryan Henderson
<bryanh@giraffe.netgate.net>
Tue, 26 Nov 1996 01:17:56 +0000
(
01:17
+0000)
src/utils/version.c
patch
|
blob
|
blame
|
history
diff --git
a/src/utils/version.c
b/src/utils/version.c
index 554ed8e50ecf19c49ce3f0e1702a70c7eea811b3..84fcd34a8903d66fba74e4c1277e06a0fce8df12 100644
(file)
--- a/
src/utils/version.c
+++ b/
src/utils/version.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $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 $
*
* NOTES
* XXX eventually, should be able to handle version identifiers
@@
-18,6
+18,7
@@
*-------------------------------------------------------------------------
*/
#include <sys/file.h>
+#include <fcntl.h> /* For open() flags */
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>