diff options
-rw-r--r-- | execute.c | 1 | ||||
-rw-r--r-- | load-fragment.c | 1 | ||||
-rw-r--r-- | namespace.c | 1 | ||||
-rw-r--r-- | test-ns.c | 1 |
4 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include <grp.h> #include <pwd.h> #include <sys/mount.h> +#include <linux/fs.h> #include "execute.h" #include "strv.h" diff --git a/load-fragment.c b/load-fragment.c index b5efbb25e0..0dfb49f113 100644 --- a/load-fragment.c +++ b/load-fragment.c @@ -28,6 +28,7 @@ #include <sched.h> #include <sys/prctl.h> #include <sys/mount.h> +#include <linux/fs.h> #include "unit.h" #include "strv.h" diff --git a/namespace.c b/namespace.c index 880d5c33eb..09bcaff968 100644 --- a/namespace.c +++ b/namespace.c @@ -29,6 +29,7 @@ #include <sched.h> #include <sys/syscall.h> #include <limits.h> +#include <linux/fs.h> #include "strv.h" #include "util.h" @@ -23,6 +23,7 @@ #include <string.h> #include <unistd.h> #include <sys/mount.h> +#include <linux/fs.h> #include "namespace.h" #include "log.h" |