diff options
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-28 20:43:46 +0000 |
---|---|---|
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-28 20:43:46 +0000 |
commit | de270b3c7c0c9b15e6c2f3d5e7f5c96673711dad (patch) | |
tree | f5192161975201b57c0aeda5b09d735999b31e9e /target-ppc/cpu.h | |
parent | aa26bb2dacdc32bac84e7c72c501b4691721679e (diff) |
Solaris host compilation fix by Shaddy Baddah.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2541 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index b70862ad81..b21d6b19fb 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -21,7 +21,7 @@ #define __CPU_PPC_H__ #include "config.h" -#include <stdint.h> +#include <inttypes.h> #if defined(TARGET_PPC64) || (HOST_LONG_BITS >= 64) /* When using 64 bits temporary registers, |