fix build with disable_jit
authorGeoff Norton <grompf@sublimeintervention.com>
Tue, 2 Mar 2010 05:18:44 +0000 (05:18 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Tue, 2 Mar 2010 05:18:44 +0000 (05:18 -0000)
svn path=/trunk/mono/; revision=152798

mono/mini/abcremoval.c

index 0e84305fa7b2a973dacef3119d3676ebb18456e4..a8082d1cebd0095e7141b59b5814f0723b92942c 100644 (file)
@@ -14,6 +14,8 @@
 #include <mono/metadata/opcodes.h>
 #include <mono/metadata/mempool-internals.h>
 
+#include <config.h>
+
 #ifndef DISABLE_JIT
 
 #include "abcremoval.h"