]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/tst-CMPLX.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / math / tst-CMPLX.c
index 2c32438729e5815f2ca7f5a74b212520efa2c129..fa0747b9915765764a70a5d280216926b21ee1bd 100644 (file)
@@ -1,4 +1,5 @@
 #include <complex.h>
+#include <stdio.h>
 
 
 static int
@@ -44,9 +45,7 @@ CMPLX (" #r ", " #i ") does not produce complex " #t ": %zu\n", s);         \
 
   C (CMPLXF, float);
   C (CMPLX, double);
-# ifndef NO_LONG_DOUBLE
   C (CMPLXL, long double);
-# endif
 #endif
 
   return result;