Stage 3 of Thumb2 support. armv7-a now generates vfp code inline.
diff --git a/vm/compiler/codegen/arm/Codegen-armv5te.c b/vm/compiler/codegen/arm/Codegen-armv5te.c
index ba94d23..baf9dc9 100644
--- a/vm/compiler/codegen/arm/Codegen-armv5te.c
+++ b/vm/compiler/codegen/arm/Codegen-armv5te.c
@@ -24,5 +24,6 @@
 
 #include "armv5te/ArchVariant.h"
 
+#include "ThumbUtil.c"
 #include "Codegen.c"
 #include "armv5te/ArchVariant.c"