aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-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 7f46bd4..a702d17 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