From de280aeb0573334181eb3be0f0b7da6bc9208695 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 29 Jul 2011 17:01:55 -0400 Subject: [PATCH] Fix a compiler warning in mkbundle by #including mono-config.h --- mcs/tools/mkbundle/mkbundle.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/mcs/tools/mkbundle/mkbundle.cs b/mcs/tools/mkbundle/mkbundle.cs index 8227c1cec0b..0d4dc937979 100644 --- a/mcs/tools/mkbundle/mkbundle.cs +++ b/mcs/tools/mkbundle/mkbundle.cs @@ -206,6 +206,7 @@ class MakeBundle { string prog = null; tc.WriteLine ("/* This source code was produced by mkbundle, do not edit */"); + tc.WriteLine ("#include "); tc.WriteLine ("#include \n"); if (compress) { -- 2.25.1