# # patch "ChangeLog" # from [b56d0e4d12d0ca5b97cc89fcfb181e8398d42cfc] # to [82f8ca03bb8bebf71c86d23e495b8de4ea0b1afc] # # patch "win32/process.cc" # from [e7568bdf5c9b5247e04e8caba636e5c022291a35] # to [f20f385828115ec65d4565e80d58822335c80bc2] # --- 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 Jon Bright * win32/process.cc (process_spawn): Add some extra debug info * std_hooks.lua (execute): If pid is -1, don't try and wait on --- 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"