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/bootchart/bootchart.c | 1 + src/bootchart/store.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/bootchart') diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c index ef113ed40c..c0019174ab 100644 --- a/src/bootchart/bootchart.c +++ b/src/bootchart/bootchart.c @@ -55,6 +55,7 @@ #include "io-util.h" #include "list.h" #include "macro.h" +#include "parse-util.h" #include "path-util.h" #include "store.h" #include "string-util.h" diff --git a/src/bootchart/store.c b/src/bootchart/store.c index 6066e14288..50b69637ef 100644 --- a/src/bootchart/store.c +++ b/src/bootchart/store.c @@ -35,6 +35,7 @@ #include "cgroup-util.h" #include "fd-util.h" #include "fileio.h" +#include "parse-util.h" #include "store.h" #include "string-util.h" #include "strxcpyx.h" -- cgit v1.2.3-54-g00ecf