More log profiler portability and warning fixes.
[mono.git] / mono / profiler / mono-cov.c
index af58e09f7bae6f4859259f416696f341867aa59b..12f1c64360784074766e3695669328ec28bd5f91 100644 (file)
@@ -1,9 +1,16 @@
+/*
+ * mono-co.c: Coverage profiler
+ *
+
+ * Copyright 2008-2009 Novell, Inc (http://www.novell.com)
+ */
 #include <mono/metadata/profiler.h>
 #include <mono/metadata/tokentype.h>
 #include <mono/metadata/tabledefs.h>
 #include <mono/metadata/debug-helpers.h>
 #include <mono/metadata/assembly.h>
 #include <string.h>
+#include <glib.h>
 
 /*
  * Coverage profiler. Compile with:
@@ -118,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)