summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index e7f1fcb4c..359909da2 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -1,6 +1,7 @@
#!/usr/bin/perl
use Config;
+use FileHandle;
use MDK::Common;
Config->import;
my ($arch) = $Config{archname} =~ /(.*?)-/;