commit | 5769d1de000bcef6f54efb2e97449ec36b162e4b | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Apr 26 19:05:15 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Apr 26 19:05:15 2002 +0000 |
tree | 187f3e7b9953ff0474257e265c257a40a3caa544 | |
parent | 605cba3c8efb45fd39d45a48dd35d3844dce8e20 [diff] [blame] |
Better support for configure detection of missing types, added check for ssize_t. Removed a couple of no longer used portability functions. Various portability fixes in port.h.
diff --git a/scheduler/pthread.c b/scheduler/pthread.c index 404f562..0dd7330 100644 --- a/scheduler/pthread.c +++ b/scheduler/pthread.c
@@ -22,6 +22,8 @@ */ #include "config.h" +#include "wine/port.h" + #define _GNU_SOURCE /* we may need to override some GNU extensions */ #include <assert.h>