From de270b3c7c0c9b15e6c2f3d5e7f5c96673711dad Mon Sep 17 00:00:00 2001 From: j_mayer Date: Wed, 28 Mar 2007 20:43:46 +0000 Subject: [PATCH] Solaris host compilation fix by Shaddy Baddah. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2541 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index b70862a..b21d6b1 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -21,7 +21,7 @@ #define __CPU_PPC_H__ #include "config.h" -#include +#include #if defined(TARGET_PPC64) || (HOST_LONG_BITS >= 64) /* When using 64 bits temporary registers, -- 2.7.4