summaryrefslogtreecommitdiff
path: root/src/bootchart/store.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootchart/store.c')
-rw-r--r--src/bootchart/store.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootchart/store.c b/src/bootchart/store.c
index 6066e14288..c1b1e77e44 100644
--- a/src/bootchart/store.c
+++ b/src/bootchart/store.c
@@ -31,10 +31,13 @@
#include <time.h>
#include <unistd.h>
+#include "alloc-util.h"
#include "bootchart.h"
#include "cgroup-util.h"
+#include "dirent-util.h"
#include "fd-util.h"
#include "fileio.h"
+#include "parse-util.h"
#include "store.h"
#include "string-util.h"
#include "strxcpyx.h"