--- ray/src/common/fputword.c 2003/03/27 04:16:33 3.3 +++ ray/src/common/fputword.c 2003/07/17 09:21:29 3.7 @@ -1,18 +1,18 @@ #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.7 2003/07/17 09:21:29 schorsch 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 - +#include "rtio.h" void fputword(s, fp) /* put (quoted) word to file stream */