--- ray/src/rt/noise3.c 1992/10/02 16:18:50 2.2 +++ ray/src/rt/noise3.c 1993/03/08 12:37:25 2.3 @@ -41,6 +41,7 @@ static char fnoise_name[] = "fnoise3"; static char hermite_name[] = "hermite"; double *noise3(), fnoise3(), argument(), frand(); +static interpolate(); static long xlim[3][2]; static double xarg[3];