--- ray/src/common/fputword.c 2003/03/27 04:16:33 3.3 +++ ray/src/common/fputword.c 2004/04/02 21:41:23 3.8 @@ -1,18 +1,17 @@ #ifndef lint -static const char RCSid[] = "$Id: fputword.c,v 3.3 2003/03/27 04:16:33 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 * - * External symbols declared in standard.h + * External symbols declared in rtio.h */ #include "copyright.h" -#include - #include +#include "rtio.h" void fputword(s, fp) /* put (quoted) word to file stream */