From 1e6760c16a8dea9759f48383502936b1143f5162 Mon Sep 17 00:00:00 2001 From: das Date: Sun, 16 Oct 2011 05:37:56 +0000 Subject: Use #include "fenv.h" instead of #include . This makes it more convenient to compile the math library by itself. Requested by: bde --- lib/msun/mips/fenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msun/mips') diff --git a/lib/msun/mips/fenv.c b/lib/msun/mips/fenv.c index f96bb64..a5a5c03 100644 --- a/lib/msun/mips/fenv.c +++ b/lib/msun/mips/fenv.c @@ -27,7 +27,7 @@ */ #define __fenv_static -#include +#include "fenv.h" #ifdef __GNUC_GNU_INLINE__ #error "This file must be compiled with C99 'inline' semantics" -- cgit v1.1