1
0
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:
Siddhesh Poyarekar
2013-02-18 18:17:05 +05:30
parent be179c8a36
commit ffaa74cf68
5 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <unistd.h>
#include <sys/select.h>
#include <sys/wait.h>
#include <stdlib.h>
static volatile int handler_called;