commit | 084ed5cc90ad533dbf5532092256fc5a499b91e3 | [log] [tgz] |
---|---|---|
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Nov 05 13:01:41 2007 +0000 |
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Nov 05 13:01:41 2007 +0000 |
tree | b54d344e70de7b710914dab5b55f2aee2cee4107 | |
parent | 4f431960976661fc60c5e7e05df6550cc592bceb [diff] [blame] |
Code used by the linux-user targets should not use vl.h. Include exec.h instead. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3536 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/host-utils.c b/host-utils.c index 7cd0843..f92c339 100644 --- a/host-utils.c +++ b/host-utils.c
@@ -23,7 +23,8 @@ * THE SOFTWARE. */ -#include "vl.h" +#include "exec.h" +#include "host-utils.h" //#define DEBUG_MULDIV