--- ray/src/rt/rpict.c 2003/10/20 16:01:55 2.64 +++ ray/src/rt/rpict.c 2003/10/27 10:30:18 2.65 @@ -28,6 +28,7 @@ static const char RCSid[] = "$Id"; #include "view.h" #include "random.h" #include "paths.h" +#include "rtmisc.h" /* myhostname() */ #define RFTEMPLATE "rfXXXXXX" @@ -149,7 +150,6 @@ int code; void report() /* report progress */ { - extern char *myhostname(); double u, s; #ifdef BSD struct rusage rubuf;