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 a44e9912772..8497fd3e7c0 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> |