We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436d044 commit ba87ab5Copy full SHA for ba87ab5
src/include/c.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $Id: c.h,v 1.79 2000/07/17 03:05:20 tgl Exp $
+ * $Id: c.h,v 1.80 2000/07/17 04:35:55 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -49,12 +49,12 @@
49
#include <stdio.h>
50
#include <stdlib.h>
51
#include <string.h>
52
-#include <sys/fcntl.h>
53
#include <stddef.h>
54
#include <stdarg.h>
55
56
#ifdef __CYGWIN32__
57
#include <errno.h>
+#include <sys/fcntl.h> /* ensure O_BINARY is available */
58
#endif
59
60
/* ----------------------------------------------------------------
0 commit comments