From f44cc4852a04c0423780e115b935e201aaf3384e Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Tue, 13 Sep 2011 15:12:06 +0200 Subject: [PATCH] bswap.h: build fix qemu build fails when CONFIG_MACHINE_BSWAP_H is defined because float32, float64, etc. are not defined. This makes qemu build. Signed-off-by: Christoph Egger Signed-off-by: Anthony Liguori --- bswap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bswap.h b/bswap.h index f41bebe..cc7f84d 100644 --- a/bswap.h +++ b/bswap.h @@ -4,6 +4,7 @@ #include "config-host.h" #include +#include "softfloat.h" #ifdef CONFIG_MACHINE_BSWAP_H #include @@ -11,8 +12,6 @@ #include #else -#include "softfloat.h" - #ifdef CONFIG_BYTESWAP_H #include #else -- 2.7.4