Bug #785
- Fixed bug #785, which fixes a broken build on Solaris (thanks to Owen Clarke).
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -50,6 +50,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||||||
Christopher J. Pilkington
|
Christopher J. Pilkington
|
||||||
Fumihito Yoshida
|
Fumihito Yoshida
|
||||||
Michael McCann
|
Michael McCann
|
||||||
|
Owen Clarke
|
||||||
|
|
||||||
Thanks to the following, who submitted detailed bug reports and excellent
|
Thanks to the following, who submitted detailed bug reports and excellent
|
||||||
suggestions:
|
suggestions:
|
||||||
|
|||||||
@@ -96,6 +96,8 @@
|
|||||||
not located (thanks to Christopher J. Pilkington).
|
not located (thanks to Christopher J. Pilkington).
|
||||||
+ Fixed bug #783, which fixes completed and deleted tasks still showing as
|
+ Fixed bug #783, which fixes completed and deleted tasks still showing as
|
||||||
active (thanks to Adam Wolk).
|
active (thanks to Adam Wolk).
|
||||||
|
+ Fixed bug #785, which fixes a broken build on Solaris (thanks to Owen
|
||||||
|
Clarke).
|
||||||
|
|
||||||
# Untracked Bugs, biggest first.
|
# Untracked Bugs, biggest first.
|
||||||
+ Fixed bug that required the '%YAML' prologue in a YAML import.
|
+ Fixed bug that required the '%YAML' prologue in a YAML import.
|
||||||
|
|||||||
@@ -33,6 +33,10 @@
|
|||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
|
|
||||||
|
#ifdef SOLARIS
|
||||||
|
#include <sys/termios.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int Context::getWidth ()
|
int Context::getWidth ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user