commit 4836a9af89f1b4d482e6c72ff67e36226d36434c Author: Florian Weimer Date: Tue Nov 26 19:26:13 2024 +0100 debug: Fix tst-longjmp_chk3 build failure on Hurd Explicitly include for _exit and getpid. diff --git a/debug/tst-longjmp_chk3.c b/debug/tst-longjmp_chk3.c index 7bf1646b354fd2fe..9b9db3b9e9e37d54 100644 --- a/debug/tst-longjmp_chk3.c +++ b/debug/tst-longjmp_chk3.c @@ -20,6 +20,7 @@ #include #include #include +#include #include