# # # patch "Makefile.am" # from [073555e676aca58d062704b3953634b55033baa1] # to [789d8f656ed8e4364f0cac2a90fc6be115c543d2] # # patch "mtn_cvs/cvs_client.cc" # from [a79a7ae48e15f4d555a330a94b1bea9062295ad9] # to [b2f3d7ab22c0af940ef2c30f3a47d9231fcafdba] # # patch "mtn_cvs/cvs_sync.cc" # from [81b63036900bbdaa661baec9fdff77ac502e316a] # to [b76bf1aa3c538e818d795d7f8d210b68018c77fc] # ============================================================ --- Makefile.am 073555e676aca58d062704b3953634b55033baa1 +++ Makefile.am 789d8f656ed8e4364f0cac2a90fc6be115c543d2 @@ -64,7 +64,7 @@ \ lru_cache.h \ \ - piece_table.cc netxx_pipe.cc \ + piece_table.cc \ cleanup.hh unit_tests.hh \ cycle_detector.hh randomfile.hh adler32.hh \ netio.hh smap.hh gettext.h \ ============================================================ --- mtn_cvs/cvs_client.cc a79a7ae48e15f4d555a330a94b1bea9062295ad9 +++ mtn_cvs/cvs_client.cc b2f3d7ab22c0af940ef2c30f3a47d9231fcafdba @@ -14,6 +14,7 @@ #include #include #include "stringtok.hh" +#include void cvs_client::writestr(const std::string &s, bool flush) { if (s.size()) L(FL("writestr(%s") % s); // s mostly contains the \n char ============================================================ --- mtn_cvs/cvs_sync.cc 81b63036900bbdaa661baec9fdff77ac502e316a +++ mtn_cvs/cvs_sync.cc b76bf1aa3c538e818d795d7f8d210b68018c77fc @@ -16,6 +16,7 @@ #include "stringtok.hh" #include "piece_table.hh" #include "safe_map.hh" +#include #ifdef WIN32 #define sleep(x) _sleep(x)