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 9da390d commit bf98a46Copy full SHA for bf98a46
src/interfaces/libpq/fe-lobj.c
@@ -7,14 +7,13 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.22 1999/07/19 02:27:15 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.23 1999/07/19 02:45:43 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
15
#include <unistd.h>
16
#include <fcntl.h>
17
-#include <io.h>
18
#include <sys/stat.h>
19
20
#include "postgres.h"
@@ -23,6 +22,7 @@
23
22
24
#ifdef WIN32
25
#include "win32.h"
+#include "io.h"
26
#endif
27
28
#include "libpq/libpq-fs.h" /* must come after sys/stat.h */
0 commit comments