diff options
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/netconnect.pm | 1 | ||||
-rw-r--r-- | perl-install/network/thirdparty.pm | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 9f255f214..358815120 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -7,6 +7,7 @@ use detect_devices; use list_modules; use modules; use mouse; +use services; use network::network; use network::tools; use network::thirdparty; diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm index 3aa3d7b86..8950832e6 100644 --- a/perl-install/network/thirdparty.pm +++ b/perl-install/network/thirdparty.pm @@ -5,6 +5,8 @@ use common; use detect_devices; use run_program; use services; +use fs::get; +use fs; use log; #- network_settings is an hash of categories (rtc, dsl, wireless, ...) |