diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | math/tst-CMPLX.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 929500cab9..05bc67b0b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-03 Joseph Myers <joseph@codesourcery.com> + + * math/tst-CMPLX.c: Include <stdio.h>. + 2012-01-31 Joseph Myers <joseph@codesourcery.com> * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as diff --git a/math/tst-CMPLX.c b/math/tst-CMPLX.c index 2c32438729..5e9a501a55 100644 --- a/math/tst-CMPLX.c +++ b/math/tst-CMPLX.c @@ -1,4 +1,5 @@ #include <complex.h> +#include <stdio.h> static int |