]> git.proxmox.com Git - qemu.git/commitdiff
Code used by the linux-user targets should not use vl.h.
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 5 Nov 2007 13:01:41 +0000 (13:01 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 5 Nov 2007 13:01:41 +0000 (13:01 +0000)
Include exec.h instead.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3536 c046a42c-6fe2-441c-8c8c-71466251a162

host-utils.c

index 7cd0843f94400b2a4f67185e62cf902d731d9de6..f92c3396c667669b2339d83a67bff3f372460468 100644 (file)
@@ -23,7 +23,8 @@
  * THE SOFTWARE.
  */
 
-#include "vl.h"
+#include "exec.h"
+#include "host-utils.h"
 
 //#define DEBUG_MULDIV