From 9a7752b07a919b9fb605601f20599b4b668c5800 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 31 Oct 2013 19:17:06 -0400 Subject: [PATCH] Portability - Fixed OpenBSD build error (thanks to Aaron Bieber). --- src/TLSClient.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/TLSClient.cpp b/src/TLSClient.cpp index fd1e8dba4..fcc33eb52 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -36,7 +36,11 @@ #include #include #include +#ifdef OPENBSD +#include +#else #include +#endif #include #include #include