Author: Whiteknight
Date: Sat Dec 20 20:12:14 2008
New Revision: 34175

Modified:
   branches/jit_h_files/src/jit/i386/jit_emit.h

Log:
[jit_h_files] add a missing header file include

Modified: branches/jit_h_files/src/jit/i386/jit_emit.h
==============================================================================
--- branches/jit_h_files/src/jit/i386/jit_emit.h        (original)
+++ branches/jit_h_files/src/jit/i386/jit_emit.h        Sat Dec 20 20:12:14 2008
@@ -23,6 +23,7 @@
 #include "parrot/parrot.h"
 #include "parrot/hash.h"
 #include "parrot/oplib/ops.h"
+#include "jit.h"
 
 #if defined HAVE_COMPUTED_GOTO && defined __GNUC__ && PARROT_I386_JIT_CGP
 #  define JIT_CGP

Reply via email to