From 3fc1ecf93549acd5bea1e84d93862ee556b3a5a8 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 28 Jan 2018 17:56:49 +0100 Subject: hurd: Fix building io/tst-copy_file_range.c * io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include . --- io/tst-copy_file_range.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'io/tst-copy_file_range.c') diff --git a/io/tst-copy_file_range.c b/io/tst-copy_file_range.c index f1cab1252d..3d531a1937 100644 --- a/io/tst-copy_file_range.c +++ b/io/tst-copy_file_range.c @@ -33,7 +33,9 @@ #include #include #include -#include +#ifdef CLONE_NEWNS +# include +#endif /* Boolean flags which indicate whether to use pointers with explicit output flags. */ -- cgit 1.4.1