diff options
Diffstat (limited to 'hw/goldfish_timer.c')
-rw-r--r-- | hw/goldfish_timer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/goldfish_timer.c b/hw/goldfish_timer.c index bb345a5..73f1455 100644 --- a/hw/goldfish_timer.c +++ b/hw/goldfish_timer.c @@ -9,7 +9,8 @@ ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** GNU General Public License for more details. */ -#include "vl.h" +#include "qemu-timer.h" +#include "cpu.h" #include "arm_pic.h" #include "goldfish_device.h" |