diff options
Diffstat (limited to 'fpu')
-rw-r--r-- | 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 049c8300f..f89b82d8c 100644 --- a/fpu/softfloat-native.c +++ b/fpu/softfloat-native.c @@ -5,6 +5,7 @@ #if defined(CONFIG_SOLARIS) #include <fenv.h> #endif +#include "config-host.h" void set_float_rounding_mode(int val STATUS_PARAM) { |