From 4771d756f46219762477aaeaaef9bd215e3d5c60 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 19 Jan 2016 21:51:44 +0100 Subject: hw: explicitly include qemu-common.h and cpu.h Signed-off-by: Paolo Bonzini --- hw/timer/ds1338.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/timer/ds1338.c') diff --git a/hw/timer/ds1338.c b/hw/timer/ds1338.c index ff315613bd..385b7d3076 100644 --- a/hw/timer/ds1338.c +++ b/hw/timer/ds1338.c @@ -11,6 +11,7 @@ */ #include "qemu/osdep.h" +#include "qemu-common.h" #include "hw/i2c/i2c.h" /* Size of NVRAM including both the user-accessible area and the -- cgit v1.2.3-55-g7522