Commit de270b3c7c0c9b15e6c2f3d5e7f5c96673711dad
1 parent
aa26bb2d
Solaris host compilation fix by Shaddy Baddah.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2541 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
target-ppc/cpu.h
| @@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
| 21 | #define __CPU_PPC_H__ | 21 | #define __CPU_PPC_H__ |
| 22 | 22 | ||
| 23 | #include "config.h" | 23 | #include "config.h" |
| 24 | -#include <stdint.h> | 24 | +#include <inttypes.h> |
| 25 | 25 | ||
| 26 | #if defined(TARGET_PPC64) || (HOST_LONG_BITS >= 64) | 26 | #if defined(TARGET_PPC64) || (HOST_LONG_BITS >= 64) |
| 27 | /* When using 64 bits temporary registers, | 27 | /* When using 64 bits temporary registers, |