From: bellard Date: Mon, 16 Feb 2004 22:17:43 +0000 (+0000) Subject: use osdep.h X-Git-Tag: release_0_6_0~380 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ed1c0bcb0cffd5a61ae6ffcc3bb2d4baa6021ad8;p=qemu.git use osdep.h git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@626 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/cpu-defs.h b/cpu-defs.h index 013076b4b..59a0c0f32 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -22,6 +22,8 @@ #include "config.h" #include +#include +#include "osdep.h" #ifndef TARGET_LONG_BITS #error TARGET_LONG_BITS must be defined before including this header