summaryrefslogtreecommitdiff
path: root/src/firstboot
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 21:16:26 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:56 +0100
commitf4f15635ec05293ffcc83a5b39f624bbabbd8fd0 (patch)
treea71082ce77e66b48a01a4386e8f36985cc27d3d2 /src/firstboot
parentc8b3094de58e3b1e37d06f3d56c9346cffbe320a (diff)
util-lib: move a number of fs operations into fs-util.[ch]
Diffstat (limited to 'src/firstboot')
-rw-r--r--src/firstboot/firstboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c
index 564bd50f9b..8faed594c6 100644
--- a/src/firstboot/firstboot.c
+++ b/src/firstboot/firstboot.c
@@ -28,6 +28,7 @@
#include "copy.h"
#include "fd-util.h"
#include "fileio.h"
+#include "fs-util.h"
#include "hostname-util.h"
#include "locale-util.h"
#include "mkdir.h"