commit | c63d98038ab7b624377dd46c3218d3850ba7f252 | [log] [tgz] |
---|---|---|
author | Dmitry Timoshkov <dmitry@baikal.ru> | Sat Aug 17 18:28:43 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Aug 17 18:28:43 2002 +0000 |
tree | df92bc7f714f780a1133ded85dbbba2895f91210 | |
parent | e75542ae24d21eaba26968fabc6903c6d59e5b9b [diff] [blame] |
Include protection for <unistd.h>, <sys/types.h> and <sys/stat.h>.
diff --git a/tools/widl/proxy.c b/tools/widl/proxy.c index a0677bd..2cf3ff1 100644 --- a/tools/widl/proxy.c +++ b/tools/widl/proxy.c
@@ -22,7 +22,9 @@ #include <stdio.h> #include <stdlib.h> -#include <unistd.h> +#ifdef HAVE_UNISTD_H +# include <unistd.h> +#endif #include <string.h> #include <assert.h> #include <ctype.h>