diff options
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 |