diff options
Diffstat (limited to 'hw/ipmi/ipmi_bmc_extern.c')
-rw-r--r-- | hw/ipmi/ipmi_bmc_extern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c index 56073b37ae..c31a3a02c2 100644 --- a/hw/ipmi/ipmi_bmc_extern.c +++ b/hw/ipmi/ipmi_bmc_extern.c @@ -27,7 +27,7 @@ * using the "VM" connection type. See that for details. */ -#include <stdint.h> +#include "qemu/osdep.h" #include "qemu/timer.h" #include "sysemu/char.h" #include "sysemu/sysemu.h" |