fix exp10l.c to include float.h
authorSzabolcs Nagy <nsz@port70.net>
Mon, 8 Sep 2014 14:24:17 +0000 (16:24 +0200)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 8 Sep 2014 14:24:17 +0000 (16:24 +0200)
commite6403887ccf172974d2da5304c3e4043ebad41d2
tree36f4b50191ca76dc3d4eb9a60b61890e0537088e
parent0c32c2635eedfcd6af3606735ac38197f8705734
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).
src/math/exp10l.c