diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-26 13:03:12 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-26 16:41:48 +0200 |
commit | 0a58cd00454cc7b57b04f3a4a334584d743d7f7a (patch) | |
tree | 171a263f1591f5f8aa41070d7b5d597851c56242 /src/home/homework-cifs.c | |
parent | homed: fix dbus node enumerator (diff) | |
download | systemd-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.c | 5 |
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" |