diff options
Diffstat (limited to 'math/s_fmaxmag_template.c')
-rw-r--r-- | math/s_fmaxmag_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/s_fmaxmag_template.c b/math/s_fmaxmag_template.c index 6beef03292..f7c824886c 100644 --- a/math/s_fmaxmag_template.c +++ b/math/s_fmaxmag_template.c @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include <math.h> +#include <math_private.h> FLOAT M_DECL_FUNC (__fmaxmag) (FLOAT x, FLOAT y) |