X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=minimod.pl;h=a5bd17220421f41fe55790ff23142ccb9c72aaaa;hb=078357f2beb00227b88f67efe818929d85310b9e;hp=bd945c25d4d2a4ba2f253fde85d4174f629cb5eb;hpb=938cfd5cbc71c8edc25160094f2b45a593724fb5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/minimod.pl b/minimod.pl index bd945c2..a5bd172 100644 --- a/minimod.pl +++ b/minimod.pl @@ -37,6 +37,7 @@ open MINI, "miniperlmain.c"; while () { last if /Do not delete this line--writemain depends on it/; print; + /#include "perl.h"/ and print qq/#include "XSUB.h"\n/; } print <<'END';