diff options
Diffstat (limited to 'hw/core/hotplug.c')
-rw-r--r-- | hw/core/hotplug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/hotplug.c b/hw/core/hotplug.c index 4e01074557..645cfca1b9 100644 --- a/hw/core/hotplug.c +++ b/hw/core/hotplug.c @@ -9,6 +9,7 @@ * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "hw/hotplug.h" #include "qemu/module.h" |