Include <stdio.h> for printf.
authorAndreas Jaeger <aj@suse.de>
Thu, 6 Jul 2000 07:50:24 +0000 (07:50 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 6 Jul 2000 07:50:24 +0000 (07:50 +0000)
math/test-fpucw.c

index 7f46bd4..a702d17 100644 (file)
@@ -18,7 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <fpu_control.h>
-#include <stdlib.h>
+#include <stdio.h>
 
 int
 main (void)
@@ -33,7 +33,7 @@ main (void)
     printf ("control word is 0x%x but should be 0x%x.\n", cw, _FPU_DEFAULT);
 
   return (cw != _FPU_DEFAULT);
-  
+
 #else
   return 0;
 #endif