diff options
Diffstat (limited to 'src/port/pwrite.c')
-rw-r--r-- | src/port/pwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pwrite.c b/src/port/pwrite.c index 282b27115e5..e3a132aa7aa 100644 --- a/src/port/pwrite.c +++ b/src/port/pwrite.c @@ -15,7 +15,7 @@ */ -#include "postgres.h" +#include "c.h" #ifdef WIN32 #include <windows.h> |