qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 5/5] Build fix (missing header)


From: Ian Molton
Subject: [Qemu-devel] [PATCH 5/5] Build fix (missing header)
Date: Mon, 1 Feb 2010 13:34:25 +0000

        This patch addresses a build issue due to a missing include in
fpu/softfloat-native.c

Signed-off-by: Ian Molton <address@hidden>
---
 fpu/softfloat-native.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fpu/softfloat-native.c b/fpu/softfloat-native.c
index 8d64f4e..702950e 100644
--- a/fpu/softfloat-native.c
+++ b/fpu/softfloat-native.c
@@ -1,5 +1,6 @@
 /* Native implementation of soft float functions. Only a single status
    context is supported */
+#include <config-host.h>
 #include "softfloat.h"
 #include <math.h>
 #if defined(CONFIG_SOLARIS)
-- 
1.6.6





reply via email to

[Prev in Thread] Current Thread [Next in Thread]