diff options
Diffstat (limited to 'hw/apic.c')
-rw-r--r-- | hw/apic.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,7 +17,9 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "vl.h" +#include "hw.h" +#include "pc.h" +#include "qemu-timer.h" //#define DEBUG_APIC //#define DEBUG_IOAPIC |