diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-03 00:13:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-03 00:13:15 +0000 |
commit | 65dc3b75044cc4847e8c523c22daec12fa51702f (patch) | |
tree | a9a2b3eada54ae25b2b7d50be280cce9662d179f | |
parent | 9d029511d8832d0f97f83c820efc08f1f1a73bdd (diff) | |
download | glibc-65dc3b75044cc4847e8c523c22daec12fa51702f.tar glibc-65dc3b75044cc4847e8c523c22daec12fa51702f.tar.gz glibc-65dc3b75044cc4847e8c523c22daec12fa51702f.tar.bz2 glibc-65dc3b75044cc4847e8c523c22daec12fa51702f.zip |
Include <stdio.h> in math/tst-CMPLX.c.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | math/tst-CMPLX.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 |