From: dwyip Date: Thu, 4 May 2006 05:41:01 +0000 (+0000) Subject: fixed compilation errors with HAVE_SSL X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=44c6bb88bcc74a0e58401c0cea96b92e0a9cdb12;p=inkscape.git fixed compilation errors with HAVE_SSL --- 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 {