From bb15fafe9cd815fe5bf9eae84c08aead2eb98fd7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Oct 2015 18:59:36 +0100 Subject: util: move filename_is_valid() and path_is_safe() to path-util.[ch] --- src/import/pull-common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/import/pull-common.c') diff --git a/src/import/pull-common.c b/src/import/pull-common.c index f465154b1d..0e918d6416 100644 --- a/src/import/pull-common.c +++ b/src/import/pull-common.c @@ -27,6 +27,7 @@ #include "escape.h" #include "fd-util.h" #include "io-util.h" +#include "path-util.h" #include "process-util.h" #include "pull-common.h" #include "pull-job.h" -- cgit v1.2.3-54-g00ecf