diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs/type.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 95ece71fa..51b0e8503 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -4,6 +4,7 @@ use diagnostics; use strict; use common; +use devices; our @ISA = qw(Exporter); |