From: Andreas Jaeger Date: Sat, 29 Dec 2001 13:45:59 +0000 (+0000) Subject: Include unistd.h for prototype of sleep. X-Git-Tag: upstream/2.20~15236 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a0ad47f268b65ad2b7b131f3f735a69fe6da860;p=platform%2Fupstream%2Flinaro-glibc.git Include unistd.h for prototype of sleep. --- diff --git a/linuxthreads/Examples/ex18.c b/linuxthreads/Examples/ex18.c index 642f6b4..283396b 100644 --- a/linuxthreads/Examples/ex18.c +++ b/linuxthreads/Examples/ex18.c @@ -11,6 +11,7 @@ #include #include #include +#include const int beatup_iterations = 10000; const int num_threads = 30;