diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-01 20:56:52 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2012-02-28 22:33:42 +0100 |
commit | 45133b74bacc67d2cc7c6b19315528325cc23c26 (patch) | |
tree | a3f901eeb164895d2a3b62c319f431245233b9ab /target-s390x/cpu.h | |
parent | 550a82ec32c1afe6518bfbe8c811d34d85518cdc (diff) |
target-s390x: Clean includes
The change in cpu.h is needed when HOST_LONG_BITS is defined in qemu-common.h.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-s390x/cpu.h')
-rw-r--r-- | target-s390x/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index b8893b3027..e892beca3b 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -19,6 +19,9 @@ #ifndef CPU_S390X_H #define CPU_S390X_H +#include "config.h" +#include "qemu-common.h" + #define TARGET_LONG_BITS 64 #define ELF_MACHINE EM_S390 |