# # patch "ChangeLog" # from [bccbf95b7b998e6d0289f81fd5d367c348734925] # to [381bc2d900eea2b37895567bd2794dc4523ae70d] # # patch "paths.cc" # from [9eb52ee4b1b2921551df8b7f53d5ef0adaec2c1d] # to [83dd54b6c048d9b009bbf910be0e8e4a994996c0] # ======================================================================== --- ChangeLog bccbf95b7b998e6d0289f81fd5d367c348734925 +++ ChangeLog 381bc2d900eea2b37895567bd2794dc4523ae70d @@ -1,5 +1,9 @@ 2005-08-26 Nathaniel Smith + * paths.cc: Include . Helps build on g++ 3.3? + +2005-08-26 Nathaniel Smith + * commands.cc (get_log_message): Make the log message commentary a little more descriptive for people who may not know what a log message is... ======================================================================== --- paths.cc 9eb52ee4b1b2921551df8b7f53d5ef0adaec2c1d +++ paths.cc 83dd54b6c048d9b009bbf910be0e8e4a994996c0 @@ -1,9 +1,10 @@ // copyright (C) 2005 nathaniel smith // 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