--- ray/src/common/fputword.c 2003/07/12 15:14:44 3.6 +++ 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.6 2003/07/12 15:14:44 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.6 200 #include "copyright.h" -#include "rtio.h" - #include +#include "rtio.h" void fputword(s, fp) /* put (quoted) word to file stream */