From b24516a06bce85307dbd3f3bc2a2265c96805cc0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 6 Jul 2000 07:50:24 +0000 Subject: [PATCH] Include for printf. --- math/test-fpucw.c | 4 ++-- 1 file 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 -#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