diff options
Diffstat (limited to 'lib/network/rfswitch.pm')
-rw-r--r-- | lib/network/rfswitch.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/rfswitch.pm b/lib/network/rfswitch.pm index 4617990..f73f718 100644 --- a/lib/network/rfswitch.pm +++ b/lib/network/rfswitch.pm @@ -2,6 +2,7 @@ package network::rfswitch; use strict; use MDK::Common; +use lib qw(/usr/lib/libDrakX); # helps perl_checker use detect_devices; my $conf_file = "/etc/modprobe.d/rfswitch.conf"; |