diff options
Diffstat (limited to 'src/bootchart')
-rw-r--r-- | src/bootchart/bootchart.c | 1 | ||||
-rw-r--r-- | src/bootchart/store.c | 1 |
2 files changed, 2 insertions, 0 deletions
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" |