diff options
Diffstat (limited to 'scripts/t/Dpkg_Deps.t')
-rw-r--r-- | scripts/t/Dpkg_Deps.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/t/Dpkg_Deps.t b/scripts/t/Dpkg_Deps.t index 9fa06d8f8..af6f716c2 100644 --- a/scripts/t/Dpkg_Deps.t +++ b/scripts/t/Dpkg_Deps.t @@ -17,6 +17,7 @@ use strict; use warnings; use Test::More tests => 45; + use Dpkg::Arch qw(get_host_arch); use Dpkg::Version; |