summaryrefslogtreecommitdiff
path: root/math/test-fpucw.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-07-06 07:50:24 +0000
committerAndreas Jaeger <aj@suse.de>2000-07-06 07:50:24 +0000
commitb24516a06bce85307dbd3f3bc2a2265c96805cc0 (patch)
tree3803209820fce1ff979e6874773d75273b39ffc6 /math/test-fpucw.c
parent34173b51e7b16366953c6f34f6b6cc0012d63fa4 (diff)
Include <stdio.h> for printf.
Diffstat (limited to 'math/test-fpucw.c')
-rw-r--r--math/test-fpucw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/test-fpucw.c b/math/test-fpucw.c
index 7f46bd4873..a702d17330 100644
--- a/math/test-fpucw.c
+++ b/math/test-fpucw.c
@@ -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