diff options
Diffstat (limited to 'qemu/util/host-utils.c')
-rw-r--r-- | qemu/util/host-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu/util/host-utils.c b/qemu/util/host-utils.c index 102e5bf30..b166e5758 100644 --- a/qemu/util/host-utils.c +++ b/qemu/util/host-utils.c @@ -23,8 +23,7 @@ * THE SOFTWARE. */ -#include <stdlib.h> -#include <stdint.h> +#include "qemu/osdep.h" #include "qemu/host-utils.h" /* Long integer helpers */ |