--- ray/src/cal/ev.c 2003/02/22 02:07:20 1.1 +++ ray/src/cal/ev.c 2003/08/20 09:30:16 1.4 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: ev.c,v 1.1 2003/02/22 02:07:20 greg Exp $"; +static const char RCSid[] = "$Id: ev.c,v 1.4 2003/08/20 09:30:16 schorsch Exp $"; #endif /* * ev.c - program to evaluate expression arguments @@ -7,9 +7,12 @@ static const char RCSid[] = "$Id: ev.c,v 1.1 2003/02/2 * 1/29/87 */ +#include #include +#include #include "calcomp.h" +#include "rterror.h" main(argc, argv)