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