--- ray/src/px/pf2.c 1992/09/21 12:14:08 2.2 +++ ray/src/px/pf2.c 1992/10/02 16:23:20 2.3 @@ -12,6 +12,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include + #include "random.h" #include "color.h" @@ -71,7 +73,6 @@ register COLOR *scan; int y; { extern char *malloc(); - extern double tan(), sqrt(); double cbrt; register int x; register HOTPIX *hp;