about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--math/s_iseqsig_template.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21a2a133fa..e50a214aab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-10-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
+	* math/s_iseqsig_template.c: Include math-private.h.
+
 	* posix/Makefile (tests): Add tst-posix_fadvise and tst-posix_fadvise64.
 	* posix/tst-posix_fadvise.c: New file.
 	* posix/tst-posix_fadvise64.c: Likewise.
diff --git a/math/s_iseqsig_template.c b/math/s_iseqsig_template.c
index ebdae6493c..5969206708 100644
--- a/math/s_iseqsig_template.c
+++ b/math/s_iseqsig_template.c
@@ -19,6 +19,7 @@
 #include <errno.h>
 #include <fenv.h>
 #include <math.h>
+#include <math_private.h>
 #include <stdbool.h>
 #include <fix-fp-int-compare-invalid.h>