From: Christian Brauner Date: Wed, 5 Mar 2025 10:08:18 +0000 (+0100) Subject: pidfs/selftests: ensure correct headers for ioctl handling X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=18938f718085c3945cac9482154e6d453d934af1;p=users%2Fjedix%2Flinux-maple.git pidfs/selftests: ensure correct headers for ioctl handling Ensure that necessary ioctl infrastructure is available. Link: https://lore.kernel.org/r/20250305-work-pidfs-kill_on_last_close-v3-8-c8c3d8361705@kernel.org Signed-off-by: Christian Brauner --- diff --git a/tools/testing/selftests/pidfd/pidfd_setns_test.c b/tools/testing/selftests/pidfd/pidfd_setns_test.c index 222f8131283b..d9e715de68b3 100644 --- a/tools/testing/selftests/pidfd/pidfd_setns_test.c +++ b/tools/testing/selftests/pidfd/pidfd_setns_test.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include "pidfd.h" #include "../kselftest_harness.h"