summaryrefslogtreecommitdiff
path: root/appl/svc/webget/webget.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/svc/webget/webget.b')
-rw-r--r--appl/svc/webget/webget.b5
1 files changed, 4 insertions, 1 deletions
diff --git a/appl/svc/webget/webget.b b/appl/svc/webget/webget.b
index c3c3aed8..8ae415a3 100644
--- a/appl/svc/webget/webget.b
+++ b/appl/svc/webget/webget.b
@@ -48,6 +48,9 @@ include "string.m";
include "bufio.m";
B: Bufio;
+include "dial.m";
+ DI: Dial;
+
include "message.m";
M: Message;
Msg: import M;
@@ -158,7 +161,7 @@ start(ctl: chan of int)
ctl <-= 0;
return;
}
- W->init(M, S, B, U, log);
+ W->init(M, S, B, U, DI, log);
loadtransmod();