debug: Fix tst-longjmp_chk3 build failure on Hurd

Explicitly include <unistd.h> for _exit and getpid.

(cherry picked from commit 4836a9af89)
This commit is contained in:
Florian Weimer 2024-11-26 19:26:13 +01:00 committed by H.J. Lu
parent 4db5358c9c
commit e4bd849a5d
1 changed files with 1 additions and 0 deletions

View File

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