--- ray/src/px/ra_pict.c 1991/11/21 11:34:10 2.2 +++ ray/src/px/ra_pict.c 1991/11/27 09:14:03 2.3 @@ -20,11 +20,13 @@ static char SCCSid[] = "$SunId$ Auckuni"; */ #include -#include #include "pict.h" #include "color.h" #include "resolu.h" + +extern double atof(); +extern char *malloc(); int outbytes; /* This had better be 32 bits! */ char *progname;