mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix build warnings in some test cases
Include stdlib.h to get declaration of exit(3)
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/wait.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
static volatile int handler_called;
|
||||
|
Reference in New Issue
Block a user