diff options
Diffstat (limited to 'math/w_asin_template.c')
-rw-r--r-- | math/w_asin_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_asin_template.c b/math/w_asin_template.c index 41c610245f..48a1010102 100644 --- a/math/w_asin_template.c +++ b/math/w_asin_template.c @@ -21,6 +21,7 @@ for each floating-point type. */ #if __USE_WRAPPER_TEMPLATE +# include <errno.h> # include <fenv.h> # include <math.h> # include <math_private.h> |