aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--sysdeps/ieee754/dbl-64/branred.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 98500bdacf..8529ae5cbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
* sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
* sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
* sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
+ * sysdeps/ieee754/dbl-64/branred.c: Likewise.
* math/math_private.h: Add prototypes for internal functions of
the IBM Accurate Mathematical Library.
diff --git a/sysdeps/ieee754/dbl-64/branred.c b/sysdeps/ieee754/dbl-64/branred.c
index 3253d34aba..cc5cdc954c 100644
--- a/sysdeps/ieee754/dbl-64/branred.c
+++ b/sysdeps/ieee754/dbl-64/branred.c
@@ -1,4 +1,3 @@
-
/*
* IBM Accurate Mathematical Library
* Copyright (c) International Business Machines Corp., 2001
@@ -36,7 +35,7 @@
#include "endian.h"
#include "mydefs.h"
#include "branred.h"
-
+#include "math_private.h"
/*******************************************************************/