diff options
Diffstat (limited to 'hw/ptimer.c')
-rw-r--r-- | hw/ptimer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/ptimer.c b/hw/ptimer.c index d81503adc4..7dd6d3110a 100644 --- a/hw/ptimer.c +++ b/hw/ptimer.c @@ -5,7 +5,8 @@ * * This code is licenced under the GNU LGPL. */ -#include "vl.h" +#include "hw.h" +#include "qemu-timer.h" struct ptimer_state |