about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_sqrt.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-23 12:50:28 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-23 12:50:28 -0400
commitc8b3296bbeee2f482354f833f506ac91d142e147 (patch)
treeb3d525545e10ae8def4923ca8d942939098c645f /sysdeps/ieee754/dbl-64/e_sqrt.c
parent246ad57ad6201ce1bc8bb8cd0c0d3db2cb8cf18d (diff)
downloadglibc-c8b3296bbeee2f482354f833f506ac91d142e147.tar.gz
glibc-c8b3296bbeee2f482354f833f506ac91d142e147.tar.xz
glibc-c8b3296bbeee2f482354f833f506ac91d142e147.zip
Clean up last dla.h change
Diffstat (limited to 'sysdeps/ieee754/dbl-64/e_sqrt.c')
-rw-r--r--sysdeps/ieee754/dbl-64/e_sqrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/dbl-64/e_sqrt.c b/sysdeps/ieee754/dbl-64/e_sqrt.c
index 05d1e71a0c..c507c598d7 100644
--- a/sysdeps/ieee754/dbl-64/e_sqrt.c
+++ b/sysdeps/ieee754/dbl-64/e_sqrt.c
@@ -35,7 +35,7 @@
 
 #include "endian.h"
 #include "mydefs.h"
-#include "dla.h"
+#include <dla.h>
 #include "MathLib.h"
 #include "root.tbl"
 #include "math_private.h"