summaryrefslogtreecommitdiffstats
path: root/src/home/homework-cifs.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-26 13:03:12 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-26 16:41:48 +0200
commit0a58cd00454cc7b57b04f3a4a334584d743d7f7a (patch)
tree171a263f1591f5f8aa41070d7b5d597851c56242 /src/home/homework-cifs.c
parenthomed: fix dbus node enumerator (diff)
downloadsystemd-0a58cd00454cc7b57b04f3a4a334584d743d7f7a.tar.xz
systemd-0a58cd00454cc7b57b04f3a4a334584d743d7f7a.zip
home: drop conflicted headers
Fixes #24117.
Diffstat (limited to 'src/home/homework-cifs.c')
-rw-r--r--src/home/homework-cifs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/home/homework-cifs.c b/src/home/homework-cifs.c
index 728a92260c..e79def3dae 100644
--- a/src/home/homework-cifs.c
+++ b/src/home/homework-cifs.c
@@ -1,5 +1,10 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#include <sys/mount.h>
+#if WANT_LINUX_FS_H
+#include <linux/fs.h>
+#endif
+
#include "dirent-util.h"
#include "fd-util.h"
#include "fileio.h"