summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--minimod.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/minimod.pl b/minimod.pl
index bd945c25d4..a5bd172204 100644
--- a/minimod.pl
+++ b/minimod.pl
@@ -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';