* src/vm/jit/x86_64/emit.h (config.h): Added.
authortwisti <none@none>
Wed, 29 Nov 2006 20:15:47 +0000 (20:15 +0000)
committertwisti <none@none>
Wed, 29 Nov 2006 20:15:47 +0000 (20:15 +0000)
(vm/jit/codegen-common.h): Likewise.
(vm/jit/jit.h): Likewise.

src/vm/jit/x86_64/emit.h

index e0cad30898babd9d3c5865d96ba07c3db298f9ee..ce88f97b75cb4dd43aea2be6c10582fdd69476aa 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: emit.h 5560 2006-09-28 19:46:28Z edwin $
+   $Id: emit.h 6087 2006-11-29 20:15:47Z twisti $
 
 */
 
 #ifndef _MD_EMIT_H
 #define _MD_EMIT_H
 
+#include "config.h"
 #include "vm/types.h"
 
+#include "vm/jit/codegen-common.h"
+#include "vm/jit/jit.h"
+
 
 /* macros to create code ******************************************************/