From: j_mayer Date: Mon, 5 Nov 2007 13:01:41 +0000 (+0000) Subject: Code used by the linux-user targets should not use vl.h. X-Git-Tag: xen-3.3.0-rc1~823 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=084ed5cc90ad533dbf5532092256fc5a499b91e3;p=qemu-xen-3.3-testing.git 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 7cd0843f..f92c3396 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