From 0468b18058332a21c52dd336eaea9768de271208 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 14 Oct 2009 22:33:11 -0400 Subject: [PATCH 1/1] 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 --- src/butm/file_tm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 1.9.4