2009-03-04 Mark Probst <mark.probst@gmail.com>
authorMark Probst <mark.probst@gmail.com>
Wed, 4 Mar 2009 15:05:34 +0000 (15:05 -0000)
committerMark Probst <mark.probst@gmail.com>
Wed, 4 Mar 2009 15:05:34 +0000 (15:05 -0000)
* exceptions-x86.c: Include debug-mini.h - fixes build.

svn path=/trunk/mono/; revision=128549

mono/mini/ChangeLog
mono/mini/exceptions-x86.c

index c63185248b3b0d41df14d4febf6cc36fc87f5002..5e4f4ef60c606fc12e2e9ff70a01c1eabad80010 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-04  Mark Probst  <mark.probst@gmail.com>
+
+       * exceptions-x86.c: Include debug-mini.h - fixes build.
+
 2009-03-04  Martin Baulig  <martin@ximian.com>
 
        * debug-mini.c (mono_debugger_runtime_invoke): Moved here from
index d2241448a1962afa004c26d88f94620bc32e96e2..bfa4fd68717d94f615a72a8d4390bdb2bced6354 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "mini.h"
 #include "mini-x86.h"
+#include "debug-mini.h"
 
 #ifdef PLATFORM_WIN32
 static void (*restore_stack) (void *);