1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-03 09:59:53 +02:00

Include common/relpath.h

This commit is contained in:
Arthur Zakirov 2018-10-15 17:21:39 +03:00
parent 4b048ba4db
commit 2f3ebb499b
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "postgres_fe.h"
#include "catalog/pg_tablespace.h"
#include "common/relpath.h"
#include "pgtar.h"
#include "receivelog.h"
#include "streamutil.h"

View File

@ -11,6 +11,7 @@
#include "postgres_fe.h"
#include "catalog/pg_tablespace.h"
#include "common/relpath.h"
#include <unistd.h>
#include <sys/stat.h>