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/makedep.c b/tools/makedep.c index 2a2174a..bf51ba0 100644 --- a/tools/makedep.c +++ b/tools/makedep.c
@@ -25,7 +25,9 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> +#ifdef HAVE_UNISTD_H +# include <unistd.h> +#endif /* Max first-level includes per file */ #define MAX_INCLUDES 200