diff options
Diffstat (limited to 'src/common/relpath.c')
-rw-r--r-- | src/common/relpath.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/relpath.c b/src/common/relpath.c index a5d1bc5adb..e4c64f685d 100644 --- a/src/common/relpath.c +++ b/src/common/relpath.c @@ -23,6 +23,9 @@ #include "common/relpath.h" #include "storage/backendid.h" +#ifdef PGXC +#include "pgxc/pgxc.h" +#endif /* * Lookup table of fork name by fork number. |