--- ray/src/common/fputword.c 2003/06/27 06:53:21 3.4 +++ ray/src/common/fputword.c 2004/04/02 21:41:23 3.8 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: fputword.c,v 3.4 2003/06/27 06:53:21 greg Exp $"; +static const char RCSid[] = "$Id: fputword.c,v 3.8 2004/04/02 21:41:23 greg Exp $"; #endif /* * Read white space separated words from stream @@ -9,10 +9,9 @@ static const char RCSid[] = "$Id: fputword.c,v 3.4 200 #include "copyright.h" -#include "rtio.h" - #include +#include "rtio.h" void fputword(s, fp) /* put (quoted) word to file stream */