summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Yip <yipdw@alumni.rose-hulman.edu>2006-05-04 05:41:01 +0000
committerdwyip <dwyip@users.sourceforge.net>2006-05-04 05:41:01 +0000
commitfe8b6e6d3c058d3c173e3087fb0a4bc2bc3ebb20 (patch)
treedd8c4ecfadc943ad35bccf1686f19d0cd53f9179 /src
parentNewer files (diff)
downloadinkscape-fe8b6e6d3c058d3c173e3087fb0a4bc2bc3ebb20.tar.gz
inkscape-fe8b6e6d3c058d3c173e3087fb0a4bc2bc3ebb20.zip
fixed compilation errors with HAVE_SSL
(bzr r721)
Diffstat (limited to 'src')
-rw-r--r--src/dom/io/socket.h3
1 files changed, 3 insertions, 0 deletions
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 <openssl/ssl.h>
+#endif
namespace org
{