summaryrefslogtreecommitdiff
path: root/src/firstboot
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/firstboot
parent9e5fd717994a4935490a0a0b04599d0ccbc66855 (diff)
downloadsystemd-f435195925ccdf96cf8413898f9b9590f8b5f760.tar.gz
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Diffstat (limited to 'src/firstboot')
-rw-r--r--src/firstboot/firstboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c
index 1727649ae1..d28a416e5d 100644
--- a/src/firstboot/firstboot.c
+++ b/src/firstboot/firstboot.c
@@ -9,6 +9,7 @@
#include "alloc-util.h"
#include "ask-password-api.h"
+#include "chase-symlinks.h"
#include "copy.h"
#include "creds-util.h"
#include "dissect-image.h"