From: Andreas Jaeger Date: Sat, 29 Dec 2001 13:45:59 +0000 (+0000) Subject: Include unistd.h for prototype of sleep. X-Git-Tag: cvs/glibc-2-3~1262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0ad47f268b65ad2b7b131f3f735a69fe6da860;p=thirdparty%2Fglibc.git Include unistd.h for prototype of sleep. --- diff --git a/linuxthreads/Examples/ex18.c b/linuxthreads/Examples/ex18.c index 642f6b44cd1..283396bede2 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;