瀏覽代碼

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

j_mayer 18 年之前
父節點
當前提交
084ed5cc90
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      host-utils.c

+ 2 - 1
host-utils.c

@@ -23,7 +23,8 @@
  * THE SOFTWARE.
  */
 
-#include "vl.h"
+#include "exec.h"
+#include "host-utils.h"
 
 //#define DEBUG_MULDIV