diff options
Diffstat (limited to 'qemu/target-lm32/op_helper.c')
-rw-r--r-- | qemu/target-lm32/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/target-lm32/op_helper.c b/qemu/target-lm32/op_helper.c index 61209c19b..b6759e022 100644 --- a/qemu/target-lm32/op_helper.c +++ b/qemu/target-lm32/op_helper.c @@ -1,4 +1,4 @@ -#include <assert.h> +#include "qemu/osdep.h" #include "cpu.h" #include "exec/helper-proto.h" #include "qemu/host-utils.h" |