--- ray/src/rt/rpict.c 2003/07/03 18:03:58 2.59 +++ ray/src/rt/rpict.c 2003/07/03 21:44:41 2.60 @@ -7,6 +7,7 @@ static const char RCSid[] = "$Id"; #include "copyright.h" +#include "platform.h" #include "ray.h" #include @@ -24,7 +25,6 @@ static const char RCSid[] = "$Id"; #include #include -#include "platform.h" #include "view.h" #include "random.h" #include "paths.h" @@ -322,7 +322,7 @@ char *pout, *zout, *prvr; putchar('\n'); if (pa < .99 || pa > 1.01) fputaspect(pa, stdout); - fputnow(); + fputnow(stdout); fputformat(COLRFMT, stdout); putchar('\n'); if (zout != NULL)