2003-03-07 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Fri, 7 Mar 2003 15:37:52 +0000 (15:37 -0000)
committerMartin Baulig <martin@novell.com>
Fri, 7 Mar 2003 15:37:52 +0000 (15:37 -0000)
* debug-jit.c: #include <config.h>.

svn path=/trunk/mono/; revision=12315

mono/jit/ChangeLog
mono/jit/debug-jit.c

index 1821d8626de3391b0c6c07d54b3ad00d416ae1d2..522059005480a844a2ef919378a689d633a09780 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-07  Martin Baulig  <martin@ximian.com>
+
+       * debug-jit.c: #include <config.h>.
+
 2003-03-05  Martin Baulig  <martin@ximian.com>
 
        * debug-jit.c, debug-jit.h: New files.  Moved all JIT-specific
index 4b606eabfc5df9462e049e8e209a244b24f4894a..9b06f11dff94db20f96378ab86c3636fc605542f 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 #include <mono/jit/debug.h>
 #include <mono/jit/debug-jit.h>
 #include "debug-private.h"