Skip to content
Snippets Groups Projects
Commit bf98a465 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Win32 cleanup

parent 9da390d3
No related branches found
No related tags found
No related merge requests found
......@@ -7,14 +7,13 @@
*
*
* IDENTIFICATION
* $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 $
*
*-------------------------------------------------------------------------
*/
#include <unistd.h>
#include <fcntl.h>
#include <io.h>
#include <sys/stat.h>
#include "postgres.h"
......@@ -23,6 +22,7 @@
#ifdef WIN32
#include "win32.h"
#include "io.h"
#endif
#include "libpq/libpq-fs.h" /* must come after sys/stat.h */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment