summaryrefslogtreecommitdiff
path: root/src/shared/dropin.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 18:59:36 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:55 +0100
commitbb15fafe9cd815fe5bf9eae84c08aead2eb98fd7 (patch)
tree57955c8d8a47196e17d4a2d3963766ad59ef3735 /src/shared/dropin.c
parent4349cd7c1d153c4ffa23cf1cff1644e0afa9bcf0 (diff)
downloadsystemd-bb15fafe9cd815fe5bf9eae84c08aead2eb98fd7.tar.gz
util: move filename_is_valid() and path_is_safe() to path-util.[ch]
Diffstat (limited to 'src/shared/dropin.c')
-rw-r--r--src/shared/dropin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/dropin.c b/src/shared/dropin.c
index 1836e91acd..25400277ff 100644
--- a/src/shared/dropin.c
+++ b/src/shared/dropin.c
@@ -25,6 +25,7 @@
#include "fd-util.h"
#include "fileio-label.h"
#include "mkdir.h"
+#include "path-util.h"
#include "string-util.h"
#include "strv.h"
#include "util.h"