mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 15:11:55 +00:00
fix exp10l.c to include float.h
the previous commit was a no op in exp10l because LDBL_* macros were implicitly 0 (the preprocessor does not warn about undefined symbols).
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#define _GNU_SOURCE
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "libc.h"
|
||||
|
||||
|
Reference in New Issue
Block a user