1
0
Эх сурвалжийг харах

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).
Szabolcs Nagy 10 жил өмнө
parent
commit
e6403887cc
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/math/exp10l.c

+ 1 - 0
src/math/exp10l.c

@@ -1,4 +1,5 @@
 #define _GNU_SOURCE
+#include <float.h>
 #include <math.h>
 #include "libc.h"