]> git.tokkee.org Git - inkscape.git/commitdiff

Code

fixed compilation errors with HAVE_SSL
authordwyip <dwyip@users.sourceforge.net>
Thu, 4 May 2006 05:41:01 +0000 (05:41 +0000)
committerdwyip <dwyip@users.sourceforge.net>
Thu, 4 May 2006 05:41:01 +0000 (05:41 +0000)
src/dom/io/socket.h

index d5a1fd34411b3a35b73bad1dd9c10201fd62297a..6dd2556978685bc001a6bc6ee1304e8c742142e2 100644 (file)
@@ -31,6 +31,9 @@
 
 #include "dom/dom.h"
 
+#ifdef HAVE_SSL
+#include <openssl/ssl.h>
+#endif
 
 namespace org
 {