This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta up to e38acfd7
[perl5.git] / minimod.pl
index bd945c2..a5bd172 100644 (file)
@@ -37,6 +37,7 @@ open MINI, "miniperlmain.c";
 while (<MINI>) {
     last if /Do not delete this line--writemain depends on it/;
     print;
+    /#include "perl.h"/ and print qq/#include "XSUB.h"\n/;
 }
 
 print <<'END';