diff options
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-128ibm/e_logl.c')
-rw-r--r-- | libc/sysdeps/ieee754/ldbl-128ibm/e_logl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-128ibm/e_logl.c b/libc/sysdeps/ieee754/ldbl-128ibm/e_logl.c index 0912284c5..14f47ebad 100644 --- a/libc/sysdeps/ieee754/ldbl-128ibm/e_logl.c +++ b/libc/sysdeps/ieee754/ldbl-128ibm/e_logl.c @@ -58,7 +58,7 @@ License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include "math_private.h" +#include <math_private.h> /* log(1+x) = x - .5 x^2 + x^3 l(x) -.0078125 <= x <= +.0078125 |