From 390ffb65f928ebda2ec4e9f34e7f80f2e06991c0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 7 Jun 2011 22:51:16 -0400 Subject: [PATCH] Bug #785 - Fixed bug #785, which fixes a broken build on Solaris (thanks to Owen Clarke). --- AUTHORS | 1 + ChangeLog | 2 ++ src/interactive.cpp | 4 ++++ 3 files changed, 7 insertions(+) diff --git a/AUTHORS b/AUTHORS index eb41f1234..44e9b3504 100644 --- a/AUTHORS +++ b/AUTHORS @@ -50,6 +50,7 @@ The following submitted code, packages or analysis, and deserve special thanks: Christopher J. Pilkington Fumihito Yoshida Michael McCann + Owen Clarke Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/ChangeLog b/ChangeLog index 82ca0b831..fe8c25e35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -96,6 +96,8 @@ not located (thanks to Christopher J. Pilkington). + Fixed bug #783, which fixes completed and deleted tasks still showing as active (thanks to Adam Wolk). + + Fixed bug #785, which fixes a broken build on Solaris (thanks to Owen + Clarke). # Untracked Bugs, biggest first. + Fixed bug that required the '%YAML' prologue in a YAML import. diff --git a/src/interactive.cpp b/src/interactive.cpp index 0891f721a..f54b6f5b1 100644 --- a/src/interactive.cpp +++ b/src/interactive.cpp @@ -33,6 +33,10 @@ #include #include +#ifdef SOLARIS +#include +#endif + //////////////////////////////////////////////////////////////////////////////// int Context::getWidth () {