From 1a1bda18ce393963a7cf151dc81076f4e7837d04 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 18 Sep 2014 22:28:47 -0400 Subject: [PATCH] TLSClient - Rearranged includes, now matches taskd. --- src/TLSClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TLSClient.cpp b/src/TLSClient.cpp index 7ec5074fe..e603edc28 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -44,9 +44,9 @@ #include #include #include +#include #include #include -#include #define MAX_BUF 16384