diff options
Diffstat (limited to 'src/port/pipe.c')
-rw-r--r-- | src/port/pipe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/port/pipe.c b/src/port/pipe.c index 0963cbba78a..95839c65830 100644 --- a/src/port/pipe.c +++ b/src/port/pipe.c @@ -15,7 +15,11 @@ *------------------------------------------------------------------------- */ +#ifndef FRONTEND #include "postgres.h" +#else +#include "postgres_fe.h" +#endif #ifdef WIN32 int |