diff options
Diffstat (limited to 'libpthread/tests/test-1.c')
-rw-r--r-- | libpthread/tests/test-1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/tests/test-1.c b/libpthread/tests/test-1.c index 318fd6e9..6ec1afb3 100644 --- a/libpthread/tests/test-1.c +++ b/libpthread/tests/test-1.c @@ -1,6 +1,7 @@ #define _GNU_SOURCE #include <pthread.h> +#include <assert.h> #include <unistd.h> #include <error.h> #include <errno.h> |