Include config.h in mono-profiler-aot.c
authorHib Eris <hib@hiberis.nl>
Sat, 3 Oct 2009 14:04:43 +0000 (16:04 +0200)
committerZoltan Varga <vargaz@gmail.com>
Mon, 7 Feb 2011 22:40:53 +0000 (23:40 +0100)
This change is nescessary for compiling with a mingw-w64 compiler.

mono/profiler/mono-profiler-aot.c

index aa5a6ca836c82b89e7b9d5935cbb54888647d2ad..080ccfa1b2b738af93f7e89cc25aac825021b7a1 100644 (file)
@@ -11,6 +11,7 @@
  * allowing more efficient function ordering in the AOT files.
  */
 
+#include <config.h>
 #include <mono/metadata/profiler.h>
 #include <mono/metadata/tokentype.h>
 #include <mono/metadata/tabledefs.h>