From 7c6618e50a0ebb53c37fd00dbbc2b80fc16c255f Mon Sep 17 00:00:00 2001 From: atomicules Date: Sun, 17 Aug 2014 21:54:30 +0100 Subject: [PATCH] TLSServer/Client need to include on NetBSD Same fix applied as per Solaris. See TD-55 and c60ec0b6ee3941b36ce25c21a424dc055ed5b062 --- ChangeLog | 2 +- src/TLSClient.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9ecb5b1c..e57699415 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ 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). + Heuser). Also applied to NetBSD. - TD-56 File.cpp needs to include on Solaris (thanks to Tatjana Heuѕer). - TD-57 taskdctl script assumes /bin/sh is /bin/bash (thanks to Tatjana Heuser). diff --git a/src/TLSClient.cpp b/src/TLSClient.cpp index 1b980ec1b..dfcc5639e 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -36,7 +36,7 @@ #include #include #include -#if (defined OPENBSD || defined SOLARIS) +#if (defined OPENBSD || defined SOLARIS || defined NETBSD) #include #else #include