From: Mark Probst Date: Wed, 4 Mar 2009 15:05:34 +0000 (-0000) Subject: 2009-03-04 Mark Probst X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=11361185a2ab7143d6da5d1726b7a4e035e048ec;p=mono.git 2009-03-04 Mark Probst * exceptions-x86.c: Include debug-mini.h - fixes build. svn path=/trunk/mono/; revision=128549 --- diff --git a/mono/mini/ChangeLog b/mono/mini/ChangeLog index c63185248b3..5e4f4ef60c6 100644 --- a/mono/mini/ChangeLog +++ b/mono/mini/ChangeLog @@ -1,3 +1,7 @@ +2009-03-04 Mark Probst + + * exceptions-x86.c: Include debug-mini.h - fixes build. + 2009-03-04 Martin Baulig * debug-mini.c (mono_debugger_runtime_invoke): Moved here from diff --git a/mono/mini/exceptions-x86.c b/mono/mini/exceptions-x86.c index d2241448a19..bfa4fd68717 100644 --- a/mono/mini/exceptions-x86.c +++ b/mono/mini/exceptions-x86.c @@ -24,6 +24,7 @@ #include "mini.h" #include "mini-x86.h" +#include "debug-mini.h" #ifdef PLATFORM_WIN32 static void (*restore_stack) (void *);