commit | f46eb1db436ed6bf4b5d9cb85292ff6d1b32f2fe | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@mandrakesoft.com> | Wed Mar 21 20:30:46 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 21 20:30:46 2001 +0000 |
tree | 7dfff50b7823e6eb5f8963f2ebf05d1c9a3b7eb6 | |
parent | 671da9f08ee72a3df029980cf3b1546ab2ab12d9 [diff] [blame] |
Added some inclusions of string.h where necessary.
diff --git a/scheduler/pthread.c b/scheduler/pthread.c index fb17555..9af6b31 100644 --- a/scheduler/pthread.c +++ b/scheduler/pthread.c
@@ -14,6 +14,7 @@ #include <errno.h> #include <stdlib.h> #include <unistd.h> +#include <string.h> #include "winbase.h" #include "thread.h"