summaryrefslogtreecommitdiffstats
path: root/src/delta
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/delta
parentbasic: split out inotify-related calls from fs-util.h → inotify-util.h (diff)
downloadsystemd-f435195925ccdf96cf8413898f9b9590f8b5f760.tar.xz
systemd-f435195925ccdf96cf8413898f9b9590f8b5f760.zip
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Diffstat (limited to 'src/delta')
-rw-r--r--src/delta/delta.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/delta/delta.c b/src/delta/delta.c
index 51fe4b4bed..ad6b9a195a 100644
--- a/src/delta/delta.c
+++ b/src/delta/delta.c
@@ -6,6 +6,7 @@
#include <unistd.h>
#include "alloc-util.h"
+#include "chase-symlinks.h"
#include "dirent-util.h"
#include "fd-util.h"
#include "fs-util.h"