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/hostname/hostnamed.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hostname') diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c index 8bff7d4b39..a42124288d 100644 --- a/src/hostname/hostnamed.c +++ b/src/hostname/hostnamed.c @@ -31,6 +31,7 @@ #include "fileio-label.h" #include "hostname-util.h" #include "parse-util.h" +#include "path-util.h" #include "selinux-util.h" #include "strv.h" #include "util.h" -- cgit v1.2.3-54-g00ecf