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