Skip to content

Commit 2a01fda

Browse files
authored
Fix for mingw stats PG14. References #214 (#215)
1 parent 39315bf commit 2a01fda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ogr_fdw.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@
77
*
88
*-------------------------------------------------------------------------
99
*/
10+
/*
11+
* PostgreSQL
12+
*/
13+
#include "postgres.h"
1014

1115
/*
1216
* System
1317
*/
1418
#include <sys/stat.h>
1519
#include <unistd.h>
1620

17-
#include "postgres.h"
1821

1922
/*
2023
* Require PostgreSQL >= 9.3

0 commit comments

Comments
 (0)