1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-05 19:35:52 +03:00

debug: Fix tst-longjmp_chk3 build failure on Hurd

Explicitly include <unistd.h> for _exit and getpid.
This commit is contained in:
Florian Weimer
2024-11-26 19:26:13 +01:00
parent 3b1c5a539b
commit 4836a9af89

View File

@@ -20,6 +20,7 @@
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <support/support.h>