diff options
| author | David Yip <yipdw@alumni.rose-hulman.edu> | 2006-05-04 05:41:01 +0000 |
|---|---|---|
| committer | dwyip <dwyip@users.sourceforge.net> | 2006-05-04 05:41:01 +0000 |
| commit | fe8b6e6d3c058d3c173e3087fb0a4bc2bc3ebb20 (patch) | |
| tree | dd8c4ecfadc943ad35bccf1686f19d0cd53f9179 /src | |
| parent | Newer files (diff) | |
| download | inkscape-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.h | 3 |
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 { |
