diff --git a/loongarch64/fenv.c b/loongarch64/fenv.c index 2a581484..9c95f2aa 100644 --- a/loongarch64/fenv.c +++ b/loongarch64/fenv.c @@ -1,5 +1,5 @@ #define __fenv_static -#include +#include #ifdef __GNUC_GNU_INLINE__ #error "This file must be compiled with C99 'inline' semantics" diff --git a/riscv64/fenv.c b/riscv64/fenv.c index 44e958a1..467bffe8 100644 --- a/riscv64/fenv.c +++ b/riscv64/fenv.c @@ -27,7 +27,7 @@ */ #define __fenv_static -#include "fenv.h" +#include #ifdef __GNUC_GNU_INLINE__ #error "This file must be compiled with C99 'inline' semantics"