From 779e32540a6f6a2f2f9ff92a02400feb72028c2b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 20 Jul 2013 09:16:37 -0400 Subject: [PATCH] Portability - Included the wrong errno.h (thanks to natano). --- AUTHORS | 1 + src/TLSClient.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index dd2df9f33..9d55a3e01 100644 --- a/AUTHORS +++ b/AUTHORS @@ -177,3 +177,4 @@ suggestions: alparo Roy Zuo Friedrich Heusler + natano diff --git a/src/TLSClient.cpp b/src/TLSClient.cpp index c1c6ecaeb..19707054d 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include