summaryrefslogtreecommitdiff
path: root/src/home/homework-mount.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-26 20:03:12 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-26 23:41:48 +0900
commit0a58cd00454cc7b57b04f3a4a334584d743d7f7a (patch)
tree171a263f1591f5f8aa41070d7b5d597851c56242 /src/home/homework-mount.c
parent52023622d2f8312887fcf72ca29bab4ad42c8eb7 (diff)
downloadsystemd-0a58cd00454cc7b57b04f3a4a334584d743d7f7a.tar.gz
home: drop conflicted headers
Fixes #24117.
Diffstat (limited to 'src/home/homework-mount.c')
-rw-r--r--src/home/homework-mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/home/homework-mount.c b/src/home/homework-mount.c
index e71e8cd853..a9c793c429 100644
--- a/src/home/homework-mount.c
+++ b/src/home/homework-mount.c
@@ -2,7 +2,9 @@
#include <sched.h>
#include <sys/mount.h>
+#if WANT_LINUX_FS_H
#include <linux/fs.h>
+#endif
#include "alloc-util.h"
#include "fd-util.h"