summaryrefslogtreecommitdiffstats
path: root/target-moxie
diff options
context:
space:
mode:
authorRichard Henderson2013-08-27 22:03:27 +0200
committerRichard Henderson2013-09-02 18:08:30 +0200
commitb1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5 (patch)
tree5f50e036fc6af1d0681240167b3220ee4001dea0 /target-moxie
parentexec: Rename USUFFIX to LSUFFIX (diff)
downloadqemu-b1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5.tar.gz
qemu-b1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5.tar.xz
qemu-b1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5.zip
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"