summaryrefslogtreecommitdiff
path: root/target-moxie
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-08-27 13:03:27 -0700
committerRichard Henderson <rth@twiddle.net>2013-09-02 09:08:30 -0700
commitb1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5 (patch)
tree5f50e036fc6af1d0681240167b3220ee4001dea0 /target-moxie
parent701e3a5cc02fd52ba59894781e78d433ec043772 (diff)
downloadqemu-b1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5.tar.gz
target: Include softmmu_exec.h where forgotten
Several targets forgot to include softmmu_exec.h, which would break them with a header cleanup to follow. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-moxie')
-rw-r--r--target-moxie/helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-moxie/helper.c b/target-moxie/helper.c
index b12e4ffcaf..7859102ab7 100644
--- a/target-moxie/helper.c
+++ b/target-moxie/helper.c
@@ -25,6 +25,7 @@
#include "cpu.h"
#include "mmu.h"
#include "exec/exec-all.h"
+#include "exec/softmmu_exec.h"
#include "qemu/host-utils.h"
#include "helper.h"