# # patch "ChangeLog" # from [c29a52fe788bd0c6f5ca37b97329622fd5610d98] # to [690dc64a82f8d926dea1d1d680c22a59c9241aca] # # patch "app_state.cc" # from [fdd096f48a36c4a307949da3515c8b58ff66fda6] # to [d4bde5580532bd066167f9ece19ac0410398fdde] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2005-06-28 Roland Illig + + * app_state.cc: #include , needed on NetBSD. + 2005-06-28 Nathaniel Smith * std_hooks.lua (ignore_file): Ignore vim swap files and emacs --- app_state.cc +++ app_state.cc @@ -1,8 +1,10 @@ #include #include #include #ifdef WIN32 #include /* for chdir() */ +#else +#include /* for chdir() on POSIX */ #endif #include // for strtoul()