diff options
Diffstat (limited to 'util/host-utils.c')
-rw-r--r-- | util/host-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/host-utils.c b/util/host-utils.c index 102e5bf302..b166e57586 100644 --- a/util/host-utils.c +++ b/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 */ |