commit | 478eee17be4009739ce636641256dc7a3cd9347a | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jul 31 13:13:23 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 31 13:13:23 1999 +0000 |
tree | 22bc034ef31161912b225f2c7fb8b818b190a69d | |
parent | 5a08a0288a0ea133e0a3271740fdf16fe1ae6d4d [diff] [blame] |
Eliminated warnings.
diff --git a/scheduler/thread.c b/scheduler/thread.c index dc1e298..a649ceb 100644 --- a/scheduler/thread.c +++ b/scheduler/thread.c
@@ -4,6 +4,8 @@ * Copyright 1996 Alexandre Julliard */ +#include "config.h" + #include <assert.h> #include <fcntl.h> #include <sys/types.h>