diff options
Diffstat (limited to 'py/emitbc.c')
| -rw-r--r-- | py/emitbc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/py/emitbc.c b/py/emitbc.c index 7fd0f8abc..f242828e6 100644 --- a/py/emitbc.c +++ b/py/emitbc.c @@ -13,7 +13,7 @@  #include "scope.h"  #include "runtime.h"  #include "emit.h" -#include "vm.h" +#include "bc.h"  struct _emit_t {      pass_kind_t pass; | 
