--- ray/src/common/calexpr.c 1992/09/26 08:13:32 2.7 +++ ray/src/common/calexpr.c 1992/10/02 15:57:29 2.8 @@ -24,6 +24,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include + #include "calcomp.h" #define MAXLINE 256 /* maximum line length */ @@ -35,7 +37,6 @@ static char SCCSid[] = "$SunId$ LBL"; #ifndef atof extern double atof(); #endif -extern double pow(); extern char *fgets(), *savestr(); extern char *emalloc(), *ecalloc(); extern EPNODE *curfunc;