diff options
Diffstat (limited to 'src/fenv/s390x')
-rw-r--r-- | src/fenv/s390x/fenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fenv/s390x/fenv.c b/src/fenv/s390x/fenv.c index 72b9dbea..fd4e60c5 100644 --- a/src/fenv/s390x/fenv.c +++ b/src/fenv/s390x/fenv.c @@ -1,5 +1,5 @@ #include <fenv.h> -#include "libc.h" +#include <features.h> static inline unsigned get_fpc(void) { |