diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-23 12:50:28 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-23 12:50:28 -0400 |
commit | c8b3296bbeee2f482354f833f506ac91d142e147 (patch) | |
tree | b3d525545e10ae8def4923ca8d942939098c645f /sysdeps/ieee754/dbl-64/doasin.c | |
parent | 246ad57ad6201ce1bc8bb8cd0c0d3db2cb8cf18d (diff) | |
download | glibc-c8b3296bbeee2f482354f833f506ac91d142e147.tar.gz glibc-c8b3296bbeee2f482354f833f506ac91d142e147.tar.xz glibc-c8b3296bbeee2f482354f833f506ac91d142e147.zip |
Clean up last dla.h change
Diffstat (limited to 'sysdeps/ieee754/dbl-64/doasin.c')
-rw-r--r-- | sysdeps/ieee754/dbl-64/doasin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/dbl-64/doasin.c b/sysdeps/ieee754/dbl-64/doasin.c index 9ed7609541..c21d4b7df8 100644 --- a/sysdeps/ieee754/dbl-64/doasin.c +++ b/sysdeps/ieee754/dbl-64/doasin.c @@ -31,7 +31,7 @@ #include "endian.h" #include "mydefs.h" -#include "dla.h" +#include <dla.h> #include "math_private.h" /********************************************************************/ |