summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/cellular_card.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection/cellular_card.pm')
-rw-r--r--lib/network/connection/cellular_card.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/connection/cellular_card.pm b/lib/network/connection/cellular_card.pm
index d879b19..a273dfd 100644
--- a/lib/network/connection/cellular_card.pm
+++ b/lib/network/connection/cellular_card.pm
@@ -3,6 +3,7 @@ package network::connection::cellular_card;
use base qw(network::connection::cellular);
use strict;
+use lib qw(/usr/lib/libDrakX); # helps perl_checker
use common;
my $wrong_pin_error = N_("Wrong PIN number format: it should be 4 digits.");