summaryrefslogtreecommitdiff
path: root/src/home/homed-manager.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/home/homed-manager.c
parente66ee1d7e63a4b5b4090468a81b019d864dbfb26 (diff)
downloadsystemd-bf819d3ac2b015139a3571a953e0b361632ebb34.tar.gz
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/home/homed-manager.c')
-rw-r--r--src/home/homed-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/home/homed-manager.c b/src/home/homed-manager.c
index 6549e6bd4e..070fd97d69 100644
--- a/src/home/homed-manager.c
+++ b/src/home/homed-manager.c
@@ -38,6 +38,7 @@
#include "socket-util.h"
#include "stat-util.h"
#include "strv.h"
+#include "sync-util.h"
#include "tmpfile-util.h"
#include "udev-util.h"
#include "user-record-sign.h"