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 /math | |
parent | 9d029511d8832d0f97f83c820efc08f1f1a73bdd (diff) | |
download | glibc-65dc3b75044cc4847e8c523c22daec12fa51702f.zip glibc-65dc3b75044cc4847e8c523c22daec12fa51702f.tar.gz glibc-65dc3b75044cc4847e8c523c22daec12fa51702f.tar.bz2 |
Include <stdio.h> in math/tst-CMPLX.c.
Diffstat (limited to 'math')
-rw-r--r-- | math/tst-CMPLX.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/tst-CMPLX.c b/math/tst-CMPLX.c index 2c32438..5e9a501 100644 --- a/math/tst-CMPLX.c +++ b/math/tst-CMPLX.c @@ -1,4 +1,5 @@ #include <complex.h> +#include <stdio.h> static int |