commit | f935c59787d2be0422ac87d76ab3152d1bc44330 | [log] [tgz] |
---|---|---|
author | Michael Veksler <mveksler@techunix.technion.ac.il> | Tue Feb 09 15:49:39 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 09 15:49:39 1999 +0000 |
tree | 4aa12277c579c5dd1b398684e2216027081a699f | |
parent | 17822f452f03b3789fa4530203e63e13b3657141 [diff] [blame] |
Added missing includes to avoid warnings/errors.
diff --git a/server/thread.c b/server/thread.c index 5e5e3d6..5bf2f70 100644 --- a/server/thread.c +++ b/server/thread.c
@@ -13,8 +13,10 @@ #include <sys/types.h> #include <sys/uio.h> #include <unistd.h> +#include <stdarg.h> -#include "winnt.h" + +#include "winbase.h" #include "winerror.h" #include "server.h" #include "server/thread.h"