mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <support/support.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue