Thu Feb 25 11:59:22 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / profiler / mono-cov.c
index d7e186b9d9813aa279a0a9cbee501dffff34d8f7..12f1c64360784074766e3695669328ec28bd5f91 100644 (file)
@@ -10,6 +10,7 @@
 #include <mono/metadata/debug-helpers.h>
 #include <mono/metadata/assembly.h>
 #include <string.h>
+#include <glib.h>
 
 /*
  * Coverage profiler. Compile with:
@@ -124,6 +125,9 @@ cov_method_leave (MonoProfiler *prof, MonoMethod *method)
 {
 }
 
+void
+mono_profiler_startup (const char *desc);
+
 /* the entry point */
 void
 mono_profiler_startup (const char *desc)