summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/h2xs.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index 896d05f5c8..aad3696759 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -799,6 +799,7 @@ package $module;
use $compat_version;
use strict;
+use Errno; # For $!{EINVAL}
END
}
else {
@@ -808,6 +809,7 @@ package $module;
use 5.006;
use strict;
use warnings;
+use Errno; # For $!{EINVAL}
END
}