--- ray/src/cal/ev.c 2003/06/08 12:03:09 1.2 +++ 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.2 2003/06/08 12:03:09 schorsch 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 @@ -9,8 +9,10 @@ static const char RCSid[] = "$Id: ev.c,v 1.2 2003/06/0 #include #include +#include #include "calcomp.h" +#include "rterror.h" main(argc, argv)