* src/vm/jit/arm/md.c (vm/jit/codegen-common.h): Added.
authortwisti <none@none>
Mon, 12 Mar 2007 13:17:07 +0000 (13:17 +0000)
committertwisti <none@none>
Mon, 12 Mar 2007 13:17:07 +0000 (13:17 +0000)
src/vm/jit/arm/md.c

index d11f44643efe7a6a7b0a99f3164a72dc4f38380e..61d33173929bff6a4263fe4abda2e531cd1b8688 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: md.c 7259 2007-01-30 13:58:35Z twisti $
+   $Id: md.c 7504 2007-03-12 13:17:07Z twisti $
 
 */
 
@@ -41,6 +41,8 @@
 #include "vm/jit/asmpart.h"
 #include "vm/jit/md.h"
 
+#include "vm/jit/codegen-common.h" /* REMOVE ME: for codegendata */
+
 
 /* md_init *********************************************************************