# # patch "ChangeLog" # from [38099db924c0943fae7d5896fc743c8eed8e15e9] # to [0ad371d804e163ce4a6ecacd9cc48e44e4c262e9] # # 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 Jeremy Cowgar * monotone.texi (Making Changes): Fixed duplicate paragraph --- 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"