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 -#include +#include 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