summaryrefslogtreecommitdiffstats
path: root/demos/bio/sconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/bio/sconnect.c')
-rw-r--r--demos/bio/sconnect.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/bio/sconnect.c b/demos/bio/sconnect.c
index 87b380b258..880344eb78 100644
--- a/demos/bio/sconnect.c
+++ b/demos/bio/sconnect.c
@@ -32,6 +32,11 @@ char *argv[];
else
host=argv[1];
+#ifdef WATT32
+ dbug_init();
+ sock_init();
+#endif
+
/* Lets get nice error messages */
SSL_load_error_strings();