From 6bedfcbb2970e06a4d3280c8fb62083d252ede73 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Oct 2015 16:18:16 +0100 Subject: util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] --- src/core/shutdown.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/shutdown.c') diff --git a/src/core/shutdown.c b/src/core/shutdown.c index 33383a4b0b..93bbc315d3 100644 --- a/src/core/shutdown.c +++ b/src/core/shutdown.c @@ -37,6 +37,7 @@ #include "killall.h" #include "log.h" #include "missing.h" +#include "parse-util.h" #include "process-util.h" #include "string-util.h" #include "switch-root.h" -- cgit v1.2.3-54-g00ecf