# # patch "ChangeLog" # from [6c05c248e9453a8de1a116bfad5f71df9b11c76d] # to [fe9b2999a0c8d444751f638bbbfc21a33e23b8aa] # # patch "mt_version.cc" # from [e6d938fa9efac0de2a87d083c7bac094bd25babd] # to [c80afa97544b410ac68006a6909c1a5228d35cfb] # ======================================================================== --- ChangeLog 6c05c248e9453a8de1a116bfad5f71df9b11c76d +++ ChangeLog fe9b2999a0c8d444751f638bbbfc21a33e23b8aa @@ -1,5 +1,9 @@ 2005-08-22 Nathaniel Smith + * mt_version.cc: Include sanity.hh. + +2005-08-22 Nathaniel Smith + * netsync.cc (process_error_cmd, run_netsync_protocol): Remove some newlines to avoid translation noise. ======================================================================== --- mt_version.cc e6d938fa9efac0de2a87d083c7bac094bd25babd +++ mt_version.cc c80afa97544b410ac68006a6909c1a5228d35cfb @@ -15,6 +15,7 @@ #include "mt_version.hh" #include "package_revision.h" #include "package_full_revision.h" +#include "sanity.hh" void print_version()