summaryrefslogtreecommitdiff
path: root/src/bootchart
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 20:07:55 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:56 +0100
commita09561746f15b84da9471b5c4be74e53d19e4f3f (patch)
treee99301f014ab8d150891d936ca061e369f7bae33 /src/bootchart
parent78f22b973fa2c9b09bd974680836df17163d9ee0 (diff)
util-lib: introduce dirent-util.[ch] for directory entry calls
Also, move a couple of more path-related functions to path-util.c.
Diffstat (limited to 'src/bootchart')
-rw-r--r--src/bootchart/store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootchart/store.c b/src/bootchart/store.c
index 50b69637ef..e488c94b3b 100644
--- a/src/bootchart/store.c
+++ b/src/bootchart/store.c
@@ -33,6 +33,7 @@
#include "bootchart.h"
#include "cgroup-util.h"
+#include "dirent-util.h"
#include "fd-util.h"
#include "fileio.h"
#include "parse-util.h"