Commit ed1c0bcb0cffd5a61ae6ffcc3bb2d4baa6021ad8

Authored by bellard
1 parent 22a46c55

use osdep.h


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@626 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 0 deletions
cpu-defs.h
@@ -22,6 +22,8 @@ @@ -22,6 +22,8 @@
22 22
23 #include "config.h" 23 #include "config.h"
24 #include <setjmp.h> 24 #include <setjmp.h>
  25 +#include <inttypes.h>
  26 +#include "osdep.h"
25 27
26 #ifndef TARGET_LONG_BITS 28 #ifndef TARGET_LONG_BITS
27 #error TARGET_LONG_BITS must be defined before including this header 29 #error TARGET_LONG_BITS must be defined before including this header