summaryrefslogtreecommitdiff
path: root/src/portable/portablectl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-05 15:12:27 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-05 16:14:37 +0200
commitf435195925ccdf96cf8413898f9b9590f8b5f760 (patch)
tree3f137e5e8630c5830238cfee4637f553b081e668 /src/portable/portablectl.c
parent9e5fd717994a4935490a0a0b04599d0ccbc66855 (diff)
downloadsystemd-f435195925ccdf96cf8413898f9b9590f8b5f760.tar.gz
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Diffstat (limited to 'src/portable/portablectl.c')
-rw-r--r--src/portable/portablectl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c
index c2d79ec3a2..ec625161a4 100644
--- a/src/portable/portablectl.c
+++ b/src/portable/portablectl.c
@@ -10,6 +10,7 @@
#include "bus-locator.h"
#include "bus-unit-util.h"
#include "bus-wait-for-jobs.h"
+#include "chase-symlinks.h"
#include "def.h"
#include "dirent-util.h"
#include "env-file.h"
@@ -24,8 +25,8 @@
#include "parse-argument.h"
#include "parse-util.h"
#include "path-util.h"
-#include "pretty-print.h"
#include "portable.h"
+#include "pretty-print.h"
#include "spawn-polkit-agent.h"
#include "string-util.h"
#include "strv.h"