diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-30 20:13:59 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-30 20:13:59 +0100 |
| commit | 10c4673df9e51862737285c87270245e025c8c1f (patch) | |
| tree | c6bdcdb6966e1435437cbb35302417f24eae60ea /libpthread/tests/test-6.c | |
| parent | e15520309f5eeb86caeb32908b5da257f46aa1e6 (diff) | |
| parent | 916e61485d5434e0b4052832ca331cf0eb315538 (diff) | |
Merge branch 'libpthread-moved' into upstream-merged
Diffstat (limited to 'libpthread/tests/test-6.c')
| -rw-r--r-- | libpthread/tests/test-6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/tests/test-6.c b/libpthread/tests/test-6.c index 98aa8ba7..edf2919e 100644 --- a/libpthread/tests/test-6.c +++ b/libpthread/tests/test-6.c @@ -3,6 +3,7 @@ #include <pthread.h> #include <stdio.h> #include <error.h> +#include <assert.h> #include <errno.h> #define THREADS 500 |
