diff options
Diffstat (limited to 'hw/pci-host')
-rw-r--r-- | hw/pci-host/pam.c | 1 | ||||
-rw-r--r-- | hw/pci-host/piix.c | 1 | ||||
-rw-r--r-- | hw/pci-host/q35.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/hw/pci-host/pam.c b/hw/pci-host/pam.c index 17d826cba5..e361ecb7ee 100644 --- a/hw/pci-host/pam.c +++ b/hw/pci-host/pam.c @@ -27,6 +27,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "qom/object.h" #include "sysemu/sysemu.h" #include "hw/pci-host/pam.h" diff --git a/hw/pci-host/piix.c b/hw/pci-host/piix.c index b0d7e31607..3832ed6893 100644 --- a/hw/pci-host/piix.c +++ b/hw/pci-host/piix.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/i386/pc.h" #include "hw/pci/pci.h" diff --git a/hw/pci-host/q35.c b/hw/pci-host/q35.c index 1fb470758b..42b421edfb 100644 --- a/hw/pci-host/q35.c +++ b/hw/pci-host/q35.c @@ -27,6 +27,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/pci-host/q35.h" #include "qapi/visitor.h" |