--- ray/src/common/wputs.c 2003/02/25 02:47:22 3.4 +++ ray/src/common/wputs.c 2003/06/07 12:50:21 3.5 @@ -1,11 +1,13 @@ #ifndef lint -static const char RCSid[] = "$Id: wputs.c,v 3.4 2003/02/25 02:47:22 greg Exp $"; +static const char RCSid[] = "$Id: wputs.c,v 3.5 2003/06/07 12:50:21 schorsch Exp $"; #endif /* * Default warning output function. */ #include "copyright.h" + +#include "standard.h" int nowarn = 0; /* don't print warnings? */