diff options
Diffstat (limited to 'linuxthreads/Examples/ex8.c')
-rw-r--r-- | linuxthreads/Examples/ex8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Examples/ex8.c b/linuxthreads/Examples/ex8.c index 89ad8ae5d5..1b9b335579 100644 --- a/linuxthreads/Examples/ex8.c +++ b/linuxthreads/Examples/ex8.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <pthread.h> #include <unistd.h> -#include <wait.h> +#include <sys/wait.h> enum { |