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/busname.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/busname.c') diff --git a/src/core/busname.c b/src/core/busname.c index 335a1fdc4c..df4a8bef52 100644 --- a/src/core/busname.c +++ b/src/core/busname.c @@ -30,6 +30,7 @@ #include "fd-util.h" #include "formats-util.h" #include "kdbus.h" +#include "parse-util.h" #include "service.h" #include "signal-util.h" #include "special.h" -- cgit v1.2.3-54-g00ecf