diff options
Diffstat (limited to 'host-utils.c')
-rw-r--r-- | host-utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host-utils.c b/host-utils.c index f92c3396c6..dc9612387b 100644 --- a/host-utils.c +++ b/host-utils.c @@ -23,7 +23,8 @@ * THE SOFTWARE. */ -#include "exec.h" +#include <stdlib.h> +#include <stdint.h> #include "host-utils.h" //#define DEBUG_MULDIV |