commit | 2dbdad58803b1dae837eae134659387491ffab12 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Tue Dec 17 09:24:18 2013 +0100 |
committer | David 'Digit' Turner <digit@android.com> | Wed Jan 08 07:32:51 2014 +0100 |
tree | bed8b521a2b9143e55f84defbe8f66ac55f021dc | |
parent | 1b9f2adc711a8e4d2037dba1a43dee5f5edaff72 [diff] [blame] |
hpet.h -> include/hw/timer/ Change-Id: I99c9a53ddf392ae490d254de76b0d0cdacd1494c
diff --git a/qemu-timer.c b/qemu-timer.c index fb5f88b..d06b65b 100644 --- a/qemu-timer.c +++ b/qemu-timer.c
@@ -45,7 +45,7 @@ /* For the benefit of older linux systems which don't supply it, we use a local copy of hpet.h. */ /* #include <linux/hpet.h> */ -#include "hpet.h" +#include "hw/timer/hpet.h" #endif #ifdef _WIN32