diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/support_enter_mount_namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/support_enter_mount_namespace.c b/support/support_enter_mount_namespace.c index 3b4ce84..ba68e99 100644 --- a/support/support_enter_mount_namespace.c +++ b/support/support_enter_mount_namespace.c @@ -21,7 +21,7 @@ #include <sched.h> #include <stdio.h> #ifdef CLONE_NEWNS -#include <sys/mount.h> +# include <sys/mount.h> #endif /* CLONE_NEWNS */ bool |