Include memory.h for OFFSET macro.
authortwisti <none@none>
Mon, 6 Jun 2005 14:51:38 +0000 (14:51 +0000)
committertwisti <none@none>
Mon, 6 Jun 2005 14:51:38 +0000 (14:51 +0000)
src/vm/jit/powerpc/patcher.c

index 9bee19be82500871369d11e1e6bf7d6e92e95259..e60a24e065e5d24606a73efe328416a494fa4b9c 100644 (file)
 
    Changes:
 
-   $Id: patcher.c 2537 2005-05-31 15:54:27Z twisti $
+   $Id: patcher.c 2555 2005-06-06 14:51:38Z twisti $
 
 */
 
 
 #include "vm/jit/powerpc/types.h"
+
+#include "mm/memory.h"
 #include "vm/builtin.h"
 #include "vm/field.h"
 #include "vm/initialize.h"