diff options
-rw-r--r-- | src/port/pread.c | 2 | ||||
-rw-r--r-- | src/port/pwrite.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/port/pread.c b/src/port/pread.c index 464cd2e8655..bba165caeed 100644 --- a/src/port/pread.c +++ b/src/port/pread.c @@ -15,7 +15,7 @@ */ -#include "postgres.h" +#include "c.h" #ifdef WIN32 #include <windows.h> 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> |