Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
e6403887cc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"