From fef2c4163cbc2d8b99b540fdd5b6af351001c640 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jun 2005 04:56:14 +0000 Subject: add some "use xxx;" (the idea is to see what the package needs, but i may rollback after understanding better dependencies) --- perl-install/partition_table/gpt.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/partition_table') diff --git a/perl-install/partition_table/gpt.pm b/perl-install/partition_table/gpt.pm index d5c05e8de..82ce9527e 100644 --- a/perl-install/partition_table/gpt.pm +++ b/perl-install/partition_table/gpt.pm @@ -10,6 +10,7 @@ use common; use partition_table::raw; use partition_table::dos; use partition_table; +use fs::type; use c; my %gpt_types = ( -- cgit v1.2.1