Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/common/acoshl.c')
-rw-r--r--newlib/libm/common/acoshl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libm/common/acoshl.c b/newlib/libm/common/acoshl.c
index a7a2be1dc..8e587ece5 100644
--- a/newlib/libm/common/acoshl.c
+++ b/newlib/libm/common/acoshl.c
@@ -29,6 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include <math.h>
+#include "local.h"
/* On platforms where long double is as wide as double. */
#ifdef _LDBL_EQ_DBL