commit | 2d1a2aa13d54ea1a5b02616b936a48ac07fc7261 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 04 13:43:48 2019 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 04 13:43:48 2019 -0800 |
tree | 49ea535551725872e125403d034ba0b9b17158eb | |
parent | 58dd1cbd7f2a0b8a779f2f43c45447cdccc09c3e [diff] [blame] |
libm: sync with upstream FreeBSD. Test: ran tests Change-Id: I16b5930b0dc652ceac60d8ed1d57c6126c74699c
diff --git a/libm/upstream-freebsd/lib/msun/src/s_cproj.c b/libm/upstream-freebsd/lib/msun/src/s_cproj.c index 3083f2b..7677b5f 100644 --- a/libm/upstream-freebsd/lib/msun/src/s_cproj.c +++ b/libm/upstream-freebsd/lib/msun/src/s_cproj.c
@@ -27,9 +27,10 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: head/lib/msun/src/s_cproj.c 326219 2017-11-26 02:00:33Z pfg $"); +__FBSDID("$FreeBSD: head/lib/msun/src/s_cproj.c 342563 2018-12-28 01:34:08Z jhibbits $"); #include <complex.h> +#include <float.h> #include <math.h> #include "math_private.h"