mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hppa: use local path for local headers
When pulling in headers that are in the same directory as the C file (as opposed to one in include/), we should use its relative path, without a directory. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
986bc8ded9
commit
070e9a1e83
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "hw/i386/pc.h"
|
||||
#include "hw/irq.h"
|
||||
|
||||
#include "hw/hppa/hppa_hardware.h"
|
||||
#include "hppa_hardware.h"
|
||||
|
||||
PCIBus *dino_init(MemoryRegion *, qemu_irq *, qemu_irq *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue