Merge pull request #2231 from ludovic-henry/coop-sync-friendliness
[mono.git] / mono / mini / mini-exceptions.c
index 820025e4599eecfd6c581baa5e41f32368cb6675..26c9451330e2e6786e57841f94baed3ce723afc8 100644 (file)
@@ -67,6 +67,7 @@
 #include "debugger-agent.h"
 #include "seq-points.h"
 #include "llvm-runtime.h"
+#include "mini-llvm.h"
 
 #ifdef ENABLE_LLVM
 #include "mini-llvm-cpp.h"
@@ -2912,6 +2913,9 @@ uint64_t c, struct _Unwind_Exception *d, struct _Unwind_Context *e)
        g_assert_not_reached ();
 }
 #else
+void
+mono_debug_personality (void);
+
 void
 mono_debug_personality (void)
 {