projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d84088
)
Include fcntl.h, which is not automatically included by sys/file.h on all systems.
author
Bryan Henderson
Mon, 25 Nov 1996 06:33:51 +0000
(06:33 +0000)
committer
Bryan Henderson
Mon, 25 Nov 1996 06:33:51 +0000
(06:33 +0000)
src/backend/storage/smgr/md.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/smgr/md.c
b/src/backend/storage/smgr/md.c
index 8a41bd345a3d2131f1311092c1cd9b661baaced6..a1515fd58f9585b0cc670e948c5ed15db8da9bce 100644
(file)
--- a/
src/backend/storage/smgr/md.c
+++ b/
src/backend/storage/smgr/md.c
@@
-7,13
+7,14
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.
8 1996/11/08 05:59:07 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.
9 1996/11/25 06:33:51 bryanh
Exp $
*
*-------------------------------------------------------------------------
*/
#include
#include
/* for sprintf() */
#include
+#include
/* for open() flags */
#include
#include "postgres.h"