mirror of https://gitee.com/openkylin/qemu.git
hw/usb/ohci: Include missing 'sysbus.h' header
Avoid when including "hw/usb/hcd-ohci.h":
hw/usb/hcd-ohci.h💯5: error: unknown type name 'SysBusDevice'
SysBusDevice parent_obj;
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230203113650.78146-6-philmd@linaro.org>
This commit is contained in:
parent
c3e9090c5e
commit
d9b934f21e
|
@ -21,6 +21,7 @@
|
|||
#ifndef HCD_OHCI_H
|
||||
#define HCD_OHCI_H
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "sysemu/dma.h"
|
||||
#include "hw/usb.h"
|
||||
#include "qom/object.h"
|
||||
|
|
Loading…
Reference in New Issue