summaryrefslogtreecommitdiffstats
path: root/newlib/libm/common/remainderl.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/common/remainderl.c')
-rw-r--r--newlib/libm/common/remainderl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libm/common/remainderl.c b/newlib/libm/common/remainderl.c
index 4c53d2aee..f2a9e9998 100644
--- a/newlib/libm/common/remainderl.c
+++ b/newlib/libm/common/remainderl.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