diff options
Diffstat (limited to 'hw/pci/pci_host.c')
-rw-r--r-- | hw/pci/pci_host.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci/pci_host.c b/hw/pci/pci_host.c index 49f59a5dbc..5eaa935cb5 100644 --- a/hw/pci/pci_host.c +++ b/hw/pci/pci_host.c @@ -18,6 +18,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/pci/pci.h" #include "hw/pci/pci_host.h" #include "hw/pci/pci_bus.h" |