diff options
Diffstat (limited to 'src/bin/pg_rewind/pg_rewind.h')
-rw-r--r-- | src/bin/pg_rewind/pg_rewind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/pg_rewind.h b/src/bin/pg_rewind/pg_rewind.h index 9e6f9474d59..a54a5d7fd4e 100644 --- a/src/bin/pg_rewind/pg_rewind.h +++ b/src/bin/pg_rewind/pg_rewind.h @@ -17,7 +17,7 @@ #include "storage/block.h" #include "storage/relfilenode.h" -#include "fe_utils/logging.h" +#include "common/logging.h" /* Configuration options */ extern char *datadir_target; |