- Added "#include <string.h>" to task.cpp to ensure clean build under GCC 4.3

This commit is contained in:
Paul Beckingham 2008-09-12 16:22:51 -04:00
parent fb87039d8c
commit ec15dc9342
4 changed files with 8 additions and 1 deletions

View file

@ -25,6 +25,8 @@ represents a feature release, and the Z represents a patch.
whenever task is invoked with no arguments.
+ Bug: Now properly supports relative dates in filters (task list due:eom,
task list due:tomorrow, task list due:23rd ...)
+ Bug: Source now properly includes <string.h> in order to build clean
using gcc 4.3.
------ old releases ------------------------------