diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2013-07-16 09:22:50 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2013-07-16 09:22:50 +0000 |
| commit | 4b30cabddc23d8f651df2589874b88514ea90bcc (patch) | |
| tree | f7beca93b7b02a753fa453f2407bab7e48c282ce /tools/regression/pthread | |
| parent | e488ee55bc4bbdd77872b4b4ce7fe69eccc4795a (diff) | |
Notes
Diffstat (limited to 'tools/regression/pthread')
| -rw-r--r-- | tools/regression/pthread/cv_cancel1/cv_cancel1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/regression/pthread/cv_cancel1/cv_cancel1.c b/tools/regression/pthread/cv_cancel1/cv_cancel1.c index cacad44c2280f..2ae94c5a9f1c7 100644 --- a/tools/regression/pthread/cv_cancel1/cv_cancel1.c +++ b/tools/regression/pthread/cv_cancel1/cv_cancel1.c @@ -28,6 +28,7 @@ */ #include <pthread.h> #include <stdio.h> +#include <unistd.h> #define NLOOPS 10 |
