From ffaa74cf68a370e232279a9a9b0a02ade287cc99 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Mon, 18 Feb 2013 18:17:05 +0530 Subject: Fix build warnings in some test cases Include stdlib.h to get declaration of exit(3) --- misc/tst-pselect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') diff --git a/misc/tst-pselect.c b/misc/tst-pselect.c index 35d51d8..36bc46d 100644 --- a/misc/tst-pselect.c +++ b/misc/tst-pselect.c @@ -4,6 +4,7 @@ #include #include #include +#include static volatile int handler_called; -- cgit v1.1