Skip to content

Commit bf98a46

Browse files
committed
Win32 cleanup
1 parent 9da390d commit bf98a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-lobj.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.22 1999/07/19 02:27:15 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.23 1999/07/19 02:45:43 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include <unistd.h>
1616
#include <fcntl.h>
17-
#include <io.h>
1817
#include <sys/stat.h>
1918

2019
#include "postgres.h"
@@ -23,6 +22,7 @@
2322

2423
#ifdef WIN32
2524
#include "win32.h"
25+
#include "io.h"
2626
#endif
2727

2828
#include "libpq/libpq-fs.h" /* must come after sys/stat.h */

0 commit comments

Comments
 (0)