Include unistd.h for prototype of sleep.

This commit is contained in:
Andreas Jaeger 2001-12-29 13:45:59 +00:00
parent 961d4a2eb2
commit 1a0ad47f26

View file

@ -11,6 +11,7 @@
#include <errno.h>
#include <stdlib.h>
#include <pthread.h>
#include <unistd.h>
const int beatup_iterations = 10000;
const int num_threads = 30;