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