mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
include/hw/ppc: Supply a few missing includes
A few headers neglect to include headers they need. They compile only if something else includes the required header(s) first. Fix that. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20221222104628.659681-3-armbru@redhat.com>
This commit is contained in:
parent
2c6fe2e214
commit
14f11a204c
7 changed files with 13 additions and 5 deletions
|
@ -20,7 +20,8 @@
|
|||
#ifndef PPC_PNV_LPC_H
|
||||
#define PPC_PNV_LPC_H
|
||||
|
||||
#include "qom/object.h"
|
||||
#include "exec/memory.h"
|
||||
#include "hw/qdev-core.h"
|
||||
|
||||
#define TYPE_PNV_LPC "pnv-lpc"
|
||||
typedef struct PnvLpcClass PnvLpcClass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue