From c60ec0b6ee3941b36ce25c21a424dc055ed5b062 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 23 May 2014 16:23:51 -0400 Subject: [PATCH] TD-55 - TD-55 TLSServer/Client need to include on Solaris (thanks to Tatjana Heuser). --- AUTHORS | 1 + ChangeLog | 2 ++ src/TLSClient.cpp | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 62d959fba..942895fa3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -105,6 +105,7 @@ The following submitted code, packages or analysis, and deserve special thanks: David Binderman atomicules catern + Tatjana Heuser Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/ChangeLog b/ChangeLog index 00d1eb771..3e634c83b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ - TD-42 Cannot compile taskd - GNUTLS_VERSION undefined in diag.cpp (thanks to Michele Vetturi). - TD-45 Fix preprocessor define (thanks to Jochen Sprickerhof). +- TD-55 TLSServer/Client need to include on Solaris (thanks to Tatjana + Heuser). - #1255 l10n translation utility improvements (thanks to Renato Alves). - #1473 Make TASK_RCDIR customizable (thanks to Elias Probst). - #1486 Truncated sentence in task-sync(5) manpage (thanks to Jakub Wilk). diff --git a/src/TLSClient.cpp b/src/TLSClient.cpp index f64aaeda1..1b980ec1b 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -36,7 +36,7 @@ #include #include #include -#ifdef OPENBSD +#if (defined OPENBSD || defined SOLARIS) #include #else #include