From c9021a5d280eb32a6c482bbc5e0181a264e5fd9c Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Fri, 17 Jan 2014 23:18:27 +0900 Subject: [PATCH] [mkbundle] fix template for compressed version. stderr is in stdio.h. --- mcs/tools/mkbundle/template_z.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mcs/tools/mkbundle/template_z.c b/mcs/tools/mkbundle/template_z.c index 9bd32cf8c6685..f40641c21f965 100644 --- a/mcs/tools/mkbundle/template_z.c +++ b/mcs/tools/mkbundle/template_z.c @@ -1,5 +1,6 @@ static MonoBundledAssembly **bundled; +#include #include #include #include