Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / utils / mono-threads-freebsd.c
index 7cbbca14b57d6f6833e4e80d883f1b9044423d0c..f854fba31a49130a72c7d25146ff6faa06b39d42 100644 (file)
@@ -1,12 +1,17 @@
+/**
+ * \file
+ */
+
 #include <config.h>
 
 #if defined(__FreeBSD__)
 
+#include <mono/utils/mono-threads.h>
 #include <pthread.h>
 #include <pthread_np.h>
 
 void
-mono_threads_core_get_stack_bounds (guint8 **staddr, size_t *stsize)
+mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize)
 {
        pthread_attr_t attr;
        guint8 *current = (guint8*)&attr;