[runtime] Global debug option for using fallback tls
[mono.git] / mono / mini / mini-exceptions-native-unwinder.c
index 64e0e39eae4bd2d46ec85ab3b4f01070ae6336d1..08fa26bb1abfbfb0a7e98e5d353dec1a9cf623ce 100644 (file)
@@ -9,6 +9,8 @@
  */
 #include <config.h>
 
+#include <mono/utils/mono-logger-internals.h>
+
 /*
  * Attempt to handle native SIGSEGVs with libunwind or libcorkscrew.
  */
@@ -28,7 +30,7 @@
 
 #define UNW_LOCAL_ONLY
 #undef _U /* ctype.h apparently defines this and it screws up the libunwind headers. */
-#include "android-libunwind/libunwind.h"
+#include "../../external/android-libunwind/include/libunwind.h"
 #define _U 0x01
 
 #define FUNC_NAME_LENGTH 512