REFCNT botch in layer name cache hash.
[p5sagit/p5-mst-13.2.git] / utils / h2xs.PL
index 896d05f..aad3696 100644 (file)
@@ -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
 }