diff options
Diffstat (limited to 'nptl/tst-cond22.c')
-rw-r--r-- | nptl/tst-cond22.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/tst-cond22.c b/nptl/tst-cond22.c index 0e829ff..1094c09 100644 --- a/nptl/tst-cond22.c +++ b/nptl/tst-cond22.c @@ -1,5 +1,6 @@ -#include <pthreadP.h> +#include <pthread.h> #include <stdio.h> +#include <stdlib.h> static pthread_barrier_t b; |