diff options
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 { |
