From f435195925ccdf96cf8413898f9b9590f8b5f760 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 5 Oct 2021 15:12:27 +0200 Subject: basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/delta/delta.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/delta') 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 #include "alloc-util.h" +#include "chase-symlinks.h" #include "dirent-util.h" #include "fd-util.h" #include "fs-util.h" -- cgit v1.2.3