aboutsummaryrefslogtreecommitdiff
path: root/src/common/rmtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/rmtree.c')
-rw-r--r--src/common/rmtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/rmtree.c b/src/common/rmtree.c
index b31da3adff8..2c3c4dd2d44 100644
--- a/src/common/rmtree.c
+++ b/src/common/rmtree.c
@@ -23,7 +23,7 @@
#ifndef FRONTEND
#define pg_log_warning(...) elog(WARNING, __VA_ARGS__)
#else
-#include "fe_utils/logging.h"
+#include "common/logging.h"
#endif