# # patch "ChangeLog" # from [e42c135e922a9f538b83fbe9931b863e4e737541] # to [d2dc7bc076bc2b6df921fa0c48682335e984e896] # # patch "win32/process.cc" # from [080e7529f15e54f058f117b6c57d822257ebd48b] # to [cdc06d61438d63660a934c35d5f7cc72da786d19] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-04-14 Matthew Gregan + + * win32/process.cc: Fix build on MingW 3.2.0-rc[123] by adding + include. + 2005-04-14 Matt Johnston * change_set.cc (confirm_unique_entries_in_directories): use a --- win32/process.cc +++ win32/process.cc @@ -1,9 +1,10 @@ // copyright (C) 2005 Jon Bright // all rights reserved. // licensed to the public under the terms of the GNU GPL (>= 2) // see the file COPYING for details #include +#include #include #include "sanity.hh"