Commit 084ed5cc90ad533dbf5532092256fc5a499b91e3

Authored by j_mayer
1 parent 4f431960

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
Showing 1 changed file with 2 additions and 1 deletions
host-utils.c
... ... @@ -23,7 +23,8 @@
23 23 * THE SOFTWARE.
24 24 */
25 25  
26   -#include "vl.h"
  26 +#include "exec.h"
  27 +#include "host-utils.h"
27 28  
28 29 //#define DEBUG_MULDIV
29 30  
... ...