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) --- nptl/sysdeps/pthread/tst-timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl/sysdeps/pthread') diff --git a/nptl/sysdeps/pthread/tst-timer.c b/nptl/sysdeps/pthread/tst-timer.c index f46addd791..fa1b6e72a3 100644 --- a/nptl/sysdeps/pthread/tst-timer.c +++ b/nptl/sysdeps/pthread/tst-timer.c @@ -22,6 +22,7 @@ #include #include #include +#include static void -- cgit 1.4.1