From: Florian Weimer Date: Tue, 26 Nov 2024 18:26:13 +0000 (+0100) Subject: debug: Fix tst-longjmp_chk3 build failure on Hurd X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4bd849a5d7586a37db3cb0f83e6b4df3d8ef7e4;p=thirdparty%2Fglibc.git debug: Fix tst-longjmp_chk3 build failure on Hurd Explicitly include for _exit and getpid. (cherry picked from commit 4836a9af89f1b4d482e6c72ff67e36226d36434c) --- diff --git a/debug/tst-longjmp_chk3.c b/debug/tst-longjmp_chk3.c index f1562c4b09..34413e1288 100644 --- a/debug/tst-longjmp_chk3.c +++ b/debug/tst-longjmp_chk3.c @@ -20,6 +20,7 @@ #include #include #include +#include #include