--- ray/src/px/pf3.c 1992/09/21 12:14:12 2.2 +++ ray/src/px/pf3.c 1992/10/02 16:23:41 2.3 @@ -12,6 +12,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include + #include "color.h" #define FTINY 1e-7 @@ -44,7 +46,6 @@ float *exptable; /* exponent table */ initmask() /* initialize gaussian lookup table */ { extern char *malloc(); - extern double exp(); register int x; exptable = (float *)malloc(100*sizeof(float));