diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-24 14:31:14 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-24 14:31:14 +0000 |
| commit | 82da4c0851a8c33f7fa8afde720a69cb3976b44c (patch) | |
| tree | ba3055498b6be53a70e84e9cac83b00bed91a35c /test/math/basic-test.c | |
| parent | 85d7b9b3ab32417b087c3b71d012582be4e14244 (diff) | |
| download | uClibc-alpine-82da4c0851a8c33f7fa8afde720a69cb3976b44c.tar.bz2 uClibc-alpine-82da4c0851a8c33f7fa8afde720a69cb3976b44c.tar.xz | |
- enable math tests (plus assorted related fixups)
Diffstat (limited to 'test/math/basic-test.c')
| -rw-r--r-- | test/math/basic-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/math/basic-test.c b/test/math/basic-test.c index e42c01457..477b274e0 100644 --- a/test/math/basic-test.c +++ b/test/math/basic-test.c @@ -17,6 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define _ISOC99_SOURCE #include <math.h> #include <float.h> #include <stdio.h> |
