From 44c6bb88bcc74a0e58401c0cea96b92e0a9cdb12 Mon Sep 17 00:00:00 2001 From: dwyip Date: Thu, 4 May 2006 05:41:01 +0000 Subject: [PATCH] fixed compilation errors with HAVE_SSL --- src/dom/io/socket.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dom/io/socket.h b/src/dom/io/socket.h index d5a1fd344..6dd255697 100644 --- a/src/dom/io/socket.h +++ b/src/dom/io/socket.h @@ -31,6 +31,9 @@ #include "dom/dom.h" +#ifdef HAVE_SSL +#include +#endif namespace org { -- 2.39.5