diff options
Diffstat (limited to 'lib/network/connection/cellular_bluetooth.pm')
-rw-r--r-- | lib/network/connection/cellular_bluetooth.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm index 5c99b63..0048ac7 100644 --- a/lib/network/connection/cellular_bluetooth.pm +++ b/lib/network/connection/cellular_bluetooth.pm @@ -3,6 +3,7 @@ package network::connection::cellular_bluetooth; use base qw(network::connection::cellular); use strict; +use lib qw(/usr/lib/libDrakX); # helps perl_checker use common; my $rfcomm_dev_prefix = "/dev/rfcomm"; |