diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-02-16 22:17:43 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-02-16 22:17:43 +0000 |
commit | ed1c0bcb0cffd5a61ae6ffcc3bb2d4baa6021ad8 (patch) | |
tree | 244cc60d481c42f73b9db20688f5adf2316e50c4 /cpu-defs.h | |
parent | 22a46c55e4765e3ca0d95cae8775118e697aba1b (diff) |
use osdep.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@626 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-defs.h')
-rw-r--r-- | cpu-defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu-defs.h b/cpu-defs.h index 013076b4b2..59a0c0f32e 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -22,6 +22,8 @@ #include "config.h" #include <setjmp.h> +#include <inttypes.h> +#include "osdep.h" #ifndef TARGET_LONG_BITS #error TARGET_LONG_BITS must be defined before including this header |