mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 09:35:40 +00:00
apic_internal.h: Include cpu.h directly
apic_internal.h relies on cpu.h having been included (for the X86CPU type); include it directly rather than relying on it being pulled in via one of the other includes like timer.h. Backports commit 20fbcfdd58ea47607a5755979d43f8c48ac93f08 from qemu
This commit is contained in:
parent
d3a00d97bc
commit
afaf2a99d3
|
@ -20,6 +20,7 @@
|
|||
#ifndef QEMU_APIC_INTERNAL_H
|
||||
#define QEMU_APIC_INTERNAL_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec/memory.h"
|
||||
#include "hw/cpu/icc_bus.h"
|
||||
#include "qemu/timer.h"
|
||||
|
|
Loading…
Reference in a new issue