diff options
Diffstat (limited to 'lib/network/connection/dvb.pm')
-rw-r--r-- | lib/network/connection/dvb.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/dvb.pm b/lib/network/connection/dvb.pm index c5f8ff6..618bfba 100644 --- a/lib/network/connection/dvb.pm +++ b/lib/network/connection/dvb.pm @@ -2,7 +2,7 @@ package network::connection::dvb; use base qw(network::connection::ethernet); -use strict; + use common; use modules; |