diff options
Diffstat (limited to 'lib/msun/mips/fenv.c')
-rw-r--r-- | lib/msun/mips/fenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <fenv.h> +#include "fenv.h" #ifdef __GNUC_GNU_INLINE__ #error "This file must be compiled with C99 'inline' semantics" |