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/libsystemd/sd-daemon/sd-daemon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd/sd-daemon/sd-daemon.c') diff --git a/src/libsystemd/sd-daemon/sd-daemon.c b/src/libsystemd/sd-daemon/sd-daemon.c index 85c73722df..a125be7cb8 100644 --- a/src/libsystemd/sd-daemon/sd-daemon.c +++ b/src/libsystemd/sd-daemon/sd-daemon.c @@ -36,6 +36,7 @@ #include "sd-daemon.h" #include "fd-util.h" +#include "parse-util.h" #include "path-util.h" #include "socket-util.h" #include "strv.h" -- cgit v1.2.3-54-g00ecf