From 21fa8688cb312ccbacbcca39ac22c06f09840138 Mon Sep 17 00:00:00 2001 From: zoltan Date: Sat, 30 May 2009 13:41:01 +0000 Subject: [PATCH] 2009-05-29 Steven Munroe This patch is contributed under the terms of the MIT/X11 license * template_main.c: Include string.h to define strchr, memcpy, and strdup. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@135093 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- tools/mkbundle/ChangeLog | 7 +++++++ tools/mkbundle/template_main.c | 1 + 2 files changed, 8 insertions(+) diff --git a/tools/mkbundle/ChangeLog b/tools/mkbundle/ChangeLog index cb8a9f0ca8..5b45d75a6e 100644 --- a/tools/mkbundle/ChangeLog +++ b/tools/mkbundle/ChangeLog @@ -1,3 +1,10 @@ +2009-05-29 Steven Munroe + + This patch is contributed under the terms of the MIT/X11 license + + * template_main.c: Include string.h to define strchr, memcpy, + and strdup. + 2009-05-12 Tor Lillqvist * template_main.c: Some small improvements on Windows: No need to diff --git a/tools/mkbundle/template_main.c b/tools/mkbundle/template_main.c index 4e0e7d0afb..9a7e241d9c 100644 --- a/tools/mkbundle/template_main.c +++ b/tools/mkbundle/template_main.c @@ -1,6 +1,7 @@ int mono_main (int argc, char* argv[]); #include +#include #ifdef _WIN32 #include #endif -- 2.11.4.GIT