We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10add9d commit c9f8c2fCopy full SHA for c9f8c2f
src/include/c.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $Id: c.h,v 1.155 2003/10/14 19:08:00 momjian Exp $
+ * $Id: c.h,v 1.156 2003/10/21 15:32:58 tgl Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -68,7 +68,9 @@
68
#include <sys/types.h>
69
70
#include <errno.h>
71
+#if defined(__CYGWIN__) || defined(WIN32)
72
#include <fcntl.h> /* ensure O_BINARY is available */
73
+#endif
74
#ifdef HAVE_SUPPORTDEFS_H
75
#include <SupportDefs.h>
76
#endif
0 commit comments