diff options
Diffstat (limited to 'lib/network/connection/cellular.pm')
-rw-r--r-- | lib/network/connection/cellular.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/connection/cellular.pm b/lib/network/connection/cellular.pm index 3084480..13b96c9 100644 --- a/lib/network/connection/cellular.pm +++ b/lib/network/connection/cellular.pm @@ -3,6 +3,7 @@ package network::connection::cellular; use base qw(network::connection::ppp); use strict; +use lib qw(/usr/lib/libDrakX); # helps perl_checker use common; my $cellular_d = "/etc/sysconfig/network-scripts/cellular.d"; |