#include "stringlocal.h"
authortwisti <none@none>
Fri, 13 May 2005 14:19:50 +0000 (14:19 +0000)
committertwisti <none@none>
Fri, 13 May 2005 14:19:50 +0000 (14:19 +0000)
src/vm/jit/mips/codegen.c

index 8c4ca7cd08d6f4338678892d85843282a3708dad..c6422310a09e5f2a272b4d259c4ae58c174dfce3 100644 (file)
@@ -33,7 +33,7 @@
    This module generates MIPS machine code for a sequence of
    intermediate code commands (ICMDs).
 
-   $Id: codegen.c 2444 2005-05-11 12:51:53Z twisti $
+   $Id: codegen.c 2478 2005-05-13 14:19:50Z twisti $
 
 */
 
@@ -47,6 +47,7 @@
 #include "cacao/cacao.h"
 #include "native/native.h"
 #include "vm/builtin.h"
+#include "vm/stringlocal.h"
 #include "vm/jit/asmpart.h"
 #include "vm/jit/jit.h"
 #ifdef LSRA