summaryrefslogtreecommitdiffstats
path: root/host-utils.c
diff options
context:
space:
mode:
authorBlue Swirl2009-08-16 10:03:26 +0200
committerBlue Swirl2009-08-16 10:03:26 +0200
commitfacd2857783d58387885ad7cb1e4a8386f241738 (patch)
tree825fd65872d2e822c7296a791b95a3753089cedf /host-utils.c
parentSimplify 5ba6531956b9b6486560cbd13604c2238a3542dd (diff)
downloadqemu-facd2857783d58387885ad7cb1e4a8386f241738.tar.gz
qemu-facd2857783d58387885ad7cb1e4a8386f241738.tar.xz
qemu-facd2857783d58387885ad7cb1e4a8386f241738.zip
user: compile host-utils.c only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'host-utils.c')
-rw-r--r--host-utils.c3
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