From: Jeffrey Altman Date: Thu, 15 Oct 2009 02:33:11 +0000 (-0400) Subject: Windows does not provide sys/wait.h X-Git-Tag: openafs-devel-1_5_66~63 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=0468b18058332a21c52dd336eaea9768de271208;hp=25882899879531d7bea20ab2d8c1e3dea0a7975b Windows does not provide sys/wait.h sys/wait.h was added to butm/file_tm.c by patch set 789580d13591ff1aa53cfbf5fef4d46b0b65c805 (gerrit 635) Reviewed-on: http://gerrit.openafs.org/662 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/butm/file_tm.c b/src/butm/file_tm.c index c85a11b..e4e02e8 100644 --- a/src/butm/file_tm.c +++ b/src/butm/file_tm.c @@ -10,14 +10,13 @@ #include #include - +#include #ifdef AFS_NT40_ENV #include #else #include -#endif -#include #include +#endif #include #include #include