summaryrefslogtreecommitdiffstats
path: root/src/boot/bless-boot.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-05 14:03:26 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-05 15:47:32 +0200
commitbf819d3ac2b015139a3571a953e0b361632ebb34 (patch)
tree310826a64f676490d66d6b4880dd177ea4af6909 /src/boot/bless-boot.c
parentMerge pull request #20893 from poettering/per-user-oom-score (diff)
downloadsystemd-bf819d3ac2b015139a3571a953e0b361632ebb34.tar.xz
systemd-bf819d3ac2b015139a3571a953e0b361632ebb34.zip
basic: split out sync() family of calls from fs-util.[ch] into new c/h file
No changes in code, just some splitting out.
Diffstat (limited to 'src/boot/bless-boot.c')
-rw-r--r--src/boot/bless-boot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/bless-boot.c b/src/boot/bless-boot.c
index 7d5a52841e..cb06886727 100644
--- a/src/boot/bless-boot.c
+++ b/src/boot/bless-boot.c
@@ -14,6 +14,7 @@
#include "parse-util.h"
#include "path-util.h"
#include "pretty-print.h"
+#include "sync-util.h"
#include "terminal-util.h"
#include "util.h"
#include "verbs.h"