diff options
Diffstat (limited to 'math/w_exp2l_compat.c')
-rw-r--r-- | math/w_exp2l_compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_exp2l_compat.c b/math/w_exp2l_compat.c index 47aed3cb83..04cd666b68 100644 --- a/math/w_exp2l_compat.c +++ b/math/w_exp2l_compat.c @@ -4,6 +4,7 @@ #include <math.h> #include <math_private.h> +#include <math-svid-compat.h> long double __exp2l (long double x) |