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 e7fecebe5ff..27d4ba65171 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 2e0c154462e..6a16862411d 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> |