commit | 3aef481a6b043e6995d2edef49e89489b4f1e2cc | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Wed Feb 01 20:55:18 2012 +0100 |
committer | Stefan Weil <sw@weilnetz.de> | Tue Feb 28 22:33:42 2012 +0100 |
tree | c2cb2b10aa3f3fe43b04f1cd6c7d6eeab2c2e25d | |
parent | 60ed8d298e1e75b80a560dc5c3f25582aa1fc548 [diff] [blame] |
target-m68k: Clean includes config.h was missing in cpu.h. Signed-off-by: Stefan Weil <sw@weilnetz.de>
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h index 0667f82..4cc3a35 100644 --- a/target-m68k/cpu.h +++ b/target-m68k/cpu.h
@@ -24,6 +24,7 @@ #define CPUState struct CPUM68KState +#include "config.h" #include "qemu-common.h" #include "cpu-defs.h"