commit | 45e56818f7da4f7a997e7a080d04965ba2b70417 | [log] [tgz] |
---|---|---|
author | Steven Edwards <Steven_Ed4153@yahoo.com> | Thu Oct 31 03:41:56 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 31 03:41:56 2002 +0000 |
tree | c1964896948a09ac8b86df713eb1fc0e1e1d21f0 | |
parent | c1c346ae0d739f913f0910031082e897507ab1f6 [diff] [blame] |
Mingw porting fix.
diff --git a/scheduler/client.c b/scheduler/client.c index 246d91c..ef6db59 100644 --- a/scheduler/client.c +++ b/scheduler/client.c
@@ -35,12 +35,16 @@ #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> #endif +#ifdef HAVE_SYS_UN_H #include <sys/un.h> +#endif #ifdef HAVE_SYS_MMAN_H #include <sys/mman.h> #endif #include <sys/stat.h> +#ifdef HAVE_SYS_UIO_H #include <sys/uio.h> +#endif #ifdef HAVE_UNISTD_H # include <unistd.h> #endif