* src/vm/jit/show.c (vm/vm.h) add missing include,
[cacao.git] / src / vm / jit / show.c
index 449288e4f10e398334eaff39fc945ff01e32c3d5..0c2d989ed9d2d0d66abd4986d8356896d610898d 100644 (file)
@@ -40,6 +40,7 @@
 #include "vm/global.h"
 #include "vm/builtin.h"
 #include "vm/stringlocal.h"
+#include "vm/vm.h"
 
 #include "vm/jit/abi.h"
 #include "vm/jit/jit.h"
@@ -1449,7 +1450,7 @@ void show_icmd(jitdata *jd, instruction *iptr, bool deadcode, int stage)
 #if defined(ENABLE_DEBUG_FILTER)
 
 #if !defined(ENABLE_THREADS)
-u4 _no_threads_filterverbosecallctr[2] = { 0, 0 };
+u2 _no_threads_filterverbosecallctr[2] = { 0, 0 };
 #endif
 
 struct show_filter {