diff options
Diffstat (limited to 'cpu-common.h')
-rw-r--r-- | cpu-common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpu-common.h b/cpu-common.h index ce0221b197..b730ca033d 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -7,6 +7,14 @@ #define WORDS_ALIGNED #endif +#ifdef TARGET_PHYS_ADDR_BITS +#include "targphys.h" +#endif + +#ifndef NEED_CPU_H +#include "poison.h" +#endif + #include "bswap.h" #include "qemu-queue.h" |