From: Sunday Adelodun Date: Tue, 25 Nov 2025 11:36:48 +0000 (+0100) Subject: selftests: af_unix: remove unused stdlib.h include X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c9c1e78de1e41b5321583139851797580c077c3;p=thirdparty%2Fkernel%2Flinux.git selftests: af_unix: remove unused stdlib.h include The unix_connreset.c test included , but no symbol from that header is used. This causes a fatal build error under certain linux-next configurations where stdlib.h is not available. Remove the unused include to fix the build. Reported-by: kernel test robot Closes: https://lore.kernel.org/r/202511221800.hcgCKvVa-lkp@intel.com/ Signed-off-by: Sunday Adelodun Link: https://patch.msgid.link/20251125113648.25903-1-adelodunolaoluwa@yahoo.com Signed-off-by: Paolo Abeni --- diff --git a/tools/testing/selftests/net/af_unix/unix_connreset.c b/tools/testing/selftests/net/af_unix/unix_connreset.c index 6eb936207b312..08c1de8f5a98f 100644 --- a/tools/testing/selftests/net/af_unix/unix_connreset.c +++ b/tools/testing/selftests/net/af_unix/unix_connreset.c @@ -14,7 +14,6 @@ */ #define _GNU_SOURCE -#include #include #include #include