allow store nodes that have a dxchannel
[spider.git] / perl / Msg.pm
index 70009d74f483a94a51500daed2b13bc4c9bebd51..37308b5bb89fe943dd561cdd3bf68f6294ae1331 100644 (file)
@@ -5,13 +5,15 @@
 #
 # I have modified it to suit my devious purposes (Dirk Koopman G1TLH)
 #
-# $Id$
+#
 #
 
 package Msg;
 
 use strict;
 
+use DXUtil;
+
 use IO::Select;
 use IO::Socket;
 use DXDebug;