diff options
Diffstat (limited to 'target-lm32/op_helper.c')
-rw-r--r-- | target-lm32/op_helper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target-lm32/op_helper.c b/target-lm32/op_helper.c index a34cecd295..32b9a03c0e 100644 --- a/target-lm32/op_helper.c +++ b/target-lm32/op_helper.c @@ -1,5 +1,6 @@ #include <assert.h> -#include "exec.h" +#include "cpu.h" +#include "dyngen-exec.h" #include "helper.h" #include "host-utils.h" |