diff options
Diffstat (limited to 'hw/core/platform-bus.c')
-rw-r--r-- | hw/core/platform-bus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/platform-bus.c b/hw/core/platform-bus.c index aa55d01817..36f84ab72f 100644 --- a/hw/core/platform-bus.c +++ b/hw/core/platform-bus.c @@ -19,6 +19,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/platform-bus.h" #include "exec/address-spaces.h" #include "qemu/error-report.h" |