--- ray/src/common/fvect.c 1991/11/12 16:55:09 2.1 +++ ray/src/common/fvect.c 1992/10/02 16:02:43 2.2 @@ -10,6 +10,7 @@ static char SCCSid[] = "$SunId$ LBL"; * 8/14/85 */ +#include #include "fvect.h" @@ -120,7 +121,6 @@ spinvector(vres, vorig, vnorm, theta) /* rotate vector FVECT vres, vorig, vnorm; double theta; { - extern double cos(), sin(); double sint, cost, normprod; FVECT vperp; register int i;