diff options
Diffstat (limited to 'hw/core/nmi.c')
-rw-r--r-- | hw/core/nmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/nmi.c b/hw/core/nmi.c index 4057cdd6a2..6ca569bd7f 100644 --- a/hw/core/nmi.c +++ b/hw/core/nmi.c @@ -19,6 +19,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/nmi.h" #include "qapi/qmp/qerror.h" #include "monitor/monitor.h" |