From: Sooyoung Ha Date: Tue, 4 Oct 2016 10:29:05 +0000 (+0900) Subject: hax: apply missing headers for build X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~6^2~13^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa1886327249104745d6dbdfaaf553c6bc0ab6e8;p=sdk%2Femulator%2Fqemu.git hax: apply missing headers for build This commit may not be built. Next commits are needed. Change-Id: I03bb2c4b72b163c46a14e6085f53dbc21632ccf3 Signed-off-by: Sooyoung Ha --- diff --git a/cpu-exec.c b/cpu-exec.c index 87c6764bc8..b7d0c6990d 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -34,6 +34,8 @@ #endif #include "sysemu/replay.h" +#include "sysemu/hax.h" + /* -icount align implementation. */ typedef struct SyncClocks { diff --git a/target-i386/hax-all.c b/target-i386/hax-all.c index 10fec180a3..77945f07dc 100644 --- a/target-i386/hax-all.c +++ b/target-i386/hax-all.c @@ -27,6 +27,8 @@ #include "strings.h" #include "hax-i386.h" #include "hax-slot.h" +#include "exec/exec-all.h" +#include "exec/ioport.h" #include "hw/boards.h" #include "sysemu/accel.h" #include "exec/address-spaces.h" diff --git a/target-i386/hax-i386.h b/target-i386/hax-i386.h index e00c5b23c3..4191c0fc3b 100644 --- a/target-i386/hax-i386.h +++ b/target-i386/hax-i386.h @@ -14,6 +14,7 @@ //#include "android/utils/debug.h" #include "sysemu/hax.h" +#include "cpu.h" #ifdef CONFIG_DARWIN typedef int hax_fd;