From 1714fc06e08db35fc3638ddde259d61c7a764861 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 4 Jan 2018 00:54:13 +0100 Subject: hurd: Fix support/support_enter_mount_namespace.c build * support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not include . --- support/support_enter_mount_namespace.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support') diff --git a/support/support_enter_mount_namespace.c b/support/support_enter_mount_namespace.c index 64fe08b..3b4ce84 100644 --- a/support/support_enter_mount_namespace.c +++ b/support/support_enter_mount_namespace.c @@ -20,7 +20,9 @@ #include #include +#ifdef CLONE_NEWNS #include +#endif /* CLONE_NEWNS */ bool support_enter_mount_namespace (void) -- cgit v1.1