From d6e2106e96b6969e045251d972e1adcceb9728df Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 5 Jul 2022 15:34:08 +0200 Subject: Cleanup: move filename_sane & canonicalize_path functions to libutil Signed-off-by: David Oberhollenzer --- lib/common/hardlink.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common/hardlink.c') diff --git a/lib/common/hardlink.c b/lib/common/hardlink.c index f8d4d4a..f28620f 100644 --- a/lib/common/hardlink.c +++ b/lib/common/hardlink.c @@ -6,6 +6,7 @@ */ #include "common.h" #include "util/rbtree.h" +#include "util/util.h" #include #include -- cgit v1.2.3