mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-31 23:11:09 +00:00
debug: Fix tst-longjmp_chk3 build failure on Hurd
Explicitly include <unistd.h> for _exit and getpid.
This commit is contained in:
parent
3b1c5a539b
commit
4836a9af89
@ -20,6 +20,7 @@
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <support/support.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user