--- ray/src/common/fputword.c 2003/06/27 06:53:21 3.4 +++ ray/src/common/fputword.c 2003/07/17 09:21:29 3.7 @@ -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.7 2003/07/17 09:21:29 schorsch Exp $"; #endif /* * Read white space separated words from stream @@ -9,10 +9,10 @@ static const char RCSid[] = "$Id: fputword.c,v 3.4 200 #include "copyright.h" -#include "rtio.h" - #include +#include +#include "rtio.h" void fputword(s, fp) /* put (quoted) word to file stream */